Class: Aws::RolesAnywhere::Types::SubjectDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::SubjectDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
The state of the subject after a read or write operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The ISO-8601 timestamp when the subject was created.
-
#credentials ⇒ Array<Types::CredentialSummary>
The temporary session credentials vended at the last authenticating call with this subject.
-
#enabled ⇒ Boolean
The enabled status of the subject.
-
#instance_properties ⇒ Array<Types::InstanceProperty>
The specified instance properties associated with the request.
-
#last_seen_at ⇒ Time
The ISO-8601 timestamp of the last time this subject requested temporary session credentials.
-
#subject_arn ⇒ String
The ARN of the resource.
-
#subject_id ⇒ String
The id of the resource.
-
#updated_at ⇒ Time
The ISO-8601 timestamp when the subject was last updated.
-
#x509_subject ⇒ String
The x509 principal identifier of the authenticating certificate.
Instance Attribute Details
#created_at ⇒ Time
The ISO-8601 timestamp when the subject was created.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#credentials ⇒ Array<Types::CredentialSummary>
The temporary session credentials vended at the last authenticating call with this subject.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
The enabled status of the subject.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#instance_properties ⇒ Array<Types::InstanceProperty>
The specified instance properties associated with the request.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#last_seen_at ⇒ Time
The ISO-8601 timestamp of the last time this subject requested temporary session credentials.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#subject_arn ⇒ String
The ARN of the resource.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#subject_id ⇒ String
The id of the resource
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The ISO-8601 timestamp when the subject was last updated.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |
#x509_subject ⇒ String
The x509 principal identifier of the authenticating certificate.
943 944 945 946 947 948 949 950 951 952 953 954 955 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 943 class SubjectDetail < Struct.new( :created_at, :credentials, :enabled, :instance_properties, :last_seen_at, :subject_arn, :subject_id, :updated_at, :x509_subject) SENSITIVE = [] include Aws::Structure end |