Class: Aws::IoT::Types::DeleteRoleAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteRoleAliasRequest
- 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 delete.
Instance Attribute Details
#role_alias ⇒ String
The role alias to delete.
5461 5462 5463 5464 5465 |
# File 'lib/aws-sdk-iot/types.rb', line 5461 class DeleteRoleAliasRequest < Struct.new( :role_alias) SENSITIVE = [] include Aws::Structure end |