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.
5231 5232 5233 5234 5235 |
# File 'lib/aws-sdk-iot/types.rb', line 5231 class DeleteRoleAliasRequest < Struct.new( :role_alias) SENSITIVE = [] include Aws::Structure end |