[][src]Struct rusoto_greengrass::GroupVersion

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

Information about a group version.

Fields

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 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 GroupVersion
[src]

Performs copy-assignment from source. Read more

impl Default for GroupVersion
[src]

impl PartialEq<GroupVersion> for GroupVersion
[src]

impl Debug for GroupVersion
[src]

impl Serialize for GroupVersion
[src]

impl<'de> Deserialize<'de> for GroupVersion
[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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T