You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::UpdateRoleAliasRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateRoleAliasRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  role_alias: "RoleAlias", # required
  role_arn: "RoleArn",
  credential_duration_seconds: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#credential_duration_secondsInteger

The number of seconds the credential will be valid.

Returns:

  • (Integer)

    The number of seconds the credential will be valid.

#role_aliasString

The role alias to update.

Returns:

  • (String)

    The role alias to update.

#role_arnString

The role ARN.

Returns:

  • (String)

    The role ARN.