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.
4685 4686 4687 4688 4689 |
# File 'lib/aws-sdk-iot/types.rb', line 4685 class DeleteRoleAliasRequest < Struct.new( :role_alias) SENSITIVE = [] include Aws::Structure end |