Class: Aws::RolesAnywhere::Types::SubjectDetailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::SubjectDetailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subject ⇒ Types::SubjectDetail
The state of the subject after a read or write operation.
Instance Attribute Details
#subject ⇒ Types::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 |