Struct aws_sdk_iam::input::update_role_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateRoleInput
Implementations
The name of the role that you want to modify.
The name of the role that you want to modify.
The new description that you want to apply to the specified role.
The new description that you want to apply to the specified role.
The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.
Anyone who assumes the role from the CLI or API can use the
DurationSeconds
API parameter or the duration-seconds
CLI
parameter to request a longer session. The MaxSessionDuration
setting
determines the maximum duration that can be requested using the
DurationSeconds
parameter. If users don't specify a value for the
DurationSeconds
parameter, their security credentials are valid for one
hour by default. This applies when you use the AssumeRole*
API operations
or the assume-role*
CLI operations but does not apply when you use those
operations to create a console URL. For more information, see Using IAM
roles in the IAM User Guide.
The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default maximum of one hour is applied. This setting can have a value from 1 hour to 12 hours.
Anyone who assumes the role from the CLI or API can use the
DurationSeconds
API parameter or the duration-seconds
CLI
parameter to request a longer session. The MaxSessionDuration
setting
determines the maximum duration that can be requested using the
DurationSeconds
parameter. If users don't specify a value for the
DurationSeconds
parameter, their security credentials are valid for one
hour by default. This applies when you use the AssumeRole*
API operations
or the assume-role*
CLI operations but does not apply when you use those
operations to create a console URL. For more information, see Using IAM
roles in the IAM User Guide.
Consumes the builder and constructs a UpdateRoleInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more