Class: Aws::IoT::Types::DeleteRoleAliasRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_aliasString

The role alias to delete.

Returns:

  • (String)


4656
4657
4658
4659
4660
# File 'lib/aws-sdk-iot/types.rb', line 4656

class DeleteRoleAliasRequest < Struct.new(
  :role_alias)
  SENSITIVE = []
  include Aws::Structure
end