[][src]Struct rusoto_greengrass::CreateGroupVersionRequest

pub struct CreateGroupVersionRequest {
    pub amzn_client_token: Option<String>,
    pub core_definition_version_arn: Option<String>,
    pub device_definition_version_arn: Option<String>,
    pub function_definition_version_arn: Option<String>,
    pub group_id: String,
    pub logger_definition_version_arn: Option<String>,
    pub resource_definition_version_arn: Option<String>,
    pub subscription_definition_version_arn: Option<String>,
}

Fields

A client token used to correlate requests and responses.

The ARN of the core definition version for this group.

The ARN of the device definition version for this group.

The ARN of the function definition version for this group.

The ID of the AWS Greengrass group.

The ARN of the logger definition version for this group.

The resource definition version ARN for this group.

The ARN of the subscription definition version for this group.

Trait Implementations

impl Clone for CreateGroupVersionRequest
[src]

Performs copy-assignment from source. Read more

impl Default for CreateGroupVersionRequest
[src]

impl PartialEq<CreateGroupVersionRequest> for CreateGroupVersionRequest
[src]

impl Debug for CreateGroupVersionRequest
[src]

impl Serialize for CreateGroupVersionRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T