Struct rusoto_greengrass::CreateLoggerDefinitionVersionResponse [] [src]

pub struct CreateLoggerDefinitionVersionResponse {
    pub arn: Option<String>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub version: Option<String>,
}

Fields

Arn of the version.

Timestamp of when the version was created.

Id of the resource container.

Unique Id of a version.

Trait Implementations

impl Default for CreateLoggerDefinitionVersionResponse
[src]

[src]

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

impl Debug for CreateLoggerDefinitionVersionResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateLoggerDefinitionVersionResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations