Class: Aws::IoT::Types::CreateRoleAliasResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_aliasString

The role alias.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
# File 'lib/aws-sdk-iot/types.rb', line 3960

class CreateRoleAliasResponse < Struct.new(
  :role_alias,
  :role_alias_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_alias_arnString

The role alias ARN.

Returns:

  • (String)


3960
3961
3962
3963
3964
3965
# File 'lib/aws-sdk-iot/types.rb', line 3960

class CreateRoleAliasResponse < Struct.new(
  :role_alias,
  :role_alias_arn)
  SENSITIVE = []
  include Aws::Structure
end