Struct rusoto_greengrass::GetGroupVersionResponse [] [src]

pub struct GetGroupVersionResponse {
    pub arn: Option<String>,
    pub creation_timestamp: Option<String>,
    pub definition: Option<GroupVersion>,
    pub id: Option<String>,
    pub version: Option<String>,
}

Fields

Arn of the group version.

Timestamp when the group version was created.

Information on the definition

Id of the group version.

Unique Id for a version of the Group.

Trait Implementations

impl Default for GetGroupVersionResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for GetGroupVersionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetGroupVersionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations