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.



6075
6076
6077
6078
6079
# File 'lib/aws-sdk-iot/types.rb', line 6075

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