Class: Aws::IoT::Types::DescribeRoleAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeRoleAliasRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_alias ⇒ String
The role alias to describe.
Instance Attribute Details
#role_alias ⇒ String
The role alias to describe.
6697 6698 6699 6700 6701 |
# File 'lib/aws-sdk-iot/types.rb', line 6697 class DescribeRoleAliasRequest < Struct.new( :role_alias) SENSITIVE = [] include Aws::Structure end |