Struct rusoto_greengrass::GetGroupVersionRequest [] [src]

pub struct GetGroupVersionRequest {
    pub group_id: String,
    pub group_version_id: String,
}

Fields

The unique Id of the AWS Greengrass Group

Group version Id

Trait Implementations

impl Default for GetGroupVersionRequest
[src]

[src]

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

impl Debug for GetGroupVersionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetGroupVersionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations