Class: Aws::RolesAnywhere::Types::ProfileDetailResponse

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.



675
676
677
678
679
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 675

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