Struct rusoto_greengrass::GetLoggerDefinitionResponse [] [src]

pub struct GetLoggerDefinitionResponse {
    pub arn: Option<String>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub last_updated_timestamp: Option<String>,
    pub latest_version: Option<String>,
    pub latest_version_arn: Option<String>,
    pub name: Option<String>,
}

Fields

Arn of the definition.

Timestamp of when the definition was created.

Id of the definition.

Last updated timestamp of the definition.

Last version of the definition.

Latest version arn of the definition.

Name of the definition.

Trait Implementations

impl Default for GetLoggerDefinitionResponse
[src]

[src]

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

impl Debug for GetLoggerDefinitionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetLoggerDefinitionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations