Struct rusoto_ec2::ScheduledInstancesIamInstanceProfile [] [src]

pub struct ScheduledInstancesIamInstanceProfile {
    pub arn: Option<String>,
    pub name: Option<String>,
}

Describes an IAM instance profile for a Scheduled Instance.

Fields

The Amazon Resource Name (ARN).

The name.

Trait Implementations

impl Default for ScheduledInstancesIamInstanceProfile
[src]

[src]

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

impl Debug for ScheduledInstancesIamInstanceProfile
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScheduledInstancesIamInstanceProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more