Class: Aws::RolesAnywhere::Types::DeleteAttributeMappingResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::ProfileDetail

The state of the profile after a read or write operation.



283
284
285
286
287
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 283

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