Class: Aws::IoT::Types::DescribeRoleAliasResponse

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_alias_descriptionTypes::RoleAliasDescription

The role alias description.



7757
7758
7759
7760
7761
# File 'lib/aws-sdk-iot/types.rb', line 7757

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