Class: Aws::RolesAnywhere::Types::PutAttributeMappingResponse

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



711
712
713
714
715
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 711

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