Class: Aws::RolesAnywhere::Types::ScalarSubjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ScalarSubjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subject_id ⇒ String
The unique identifier of the subject.
Instance Attribute Details
#subject_id ⇒ String
The unique identifier of the subject.
832 833 834 835 836 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 832 class ScalarSubjectRequest < Struct.new( :subject_id) SENSITIVE = [] include Aws::Structure end |