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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


4685
4686
4687
4688
4689
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4685

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