Class: Aws::RolesAnywhere::Types::SubjectDetailResponse

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

#subjectTypes::SubjectDetail

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



963
964
965
966
967
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 963

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