Struct rusoto_inspector::RegisterCrossAccountAccessRoleRequest [] [src]

pub struct RegisterCrossAccountAccessRoleRequest {
    pub role_arn: String,
}

Fields

The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the PreviewAgents action.

Trait Implementations

impl Default for RegisterCrossAccountAccessRoleRequest
[src]

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

impl Debug for RegisterCrossAccountAccessRoleRequest
[src]

Formats the value using the given formatter.

impl Clone for RegisterCrossAccountAccessRoleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more