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

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

#subjectTypes::SubjectDetail

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



951
952
953
954
955
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 951

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