Class: Aws::IoT::Types::DescribeRoleAliasRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_aliasString

The role alias to describe.

Returns:

  • (String)


6065
6066
6067
6068
6069
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6065

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