Class: Aws::IoT::Types::DescribeRoleAliasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeRoleAliasResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_alias_description ⇒ Types::RoleAliasDescription
The role alias description.
Instance Attribute Details
#role_alias_description ⇒ Types::RoleAliasDescription
The role alias description.
6717 6718 6719 6720 6721 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6717 class DescribeRoleAliasResponse < Struct.new( :role_alias_description) SENSITIVE = [] include Aws::Structure end |