Struct rusoto_inspector::RegisterCrossAccountAccessRoleRequest[][src]

pub struct RegisterCrossAccountAccessRoleRequest {
    pub role_arn: String,
}

Fields

The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

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. Read more

impl Clone for RegisterCrossAccountAccessRoleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RegisterCrossAccountAccessRoleRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations