Class: Aws::Types::SubjectDetail
- Inherits:
-
Object
- Object
- Aws::Types::SubjectDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#credentials ⇒ ::Array[Types::CredentialSummary]
Returns the value of attribute credentials.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#instance_properties ⇒ ::Array[Types::InstanceProperty]
Returns the value of attribute instance_properties.
-
#last_seen_at ⇒ ::Time
Returns the value of attribute last_seen_at.
-
#subject_arn ⇒ ::String
Returns the value of attribute subject_arn.
-
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#x509_subject ⇒ ::String
Returns the value of attribute x509_subject.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def created_at @created_at end |
#credentials ⇒ ::Array[Types::CredentialSummary]
Returns the value of attribute credentials.
277 278 279 |
# File 'sig/types.rbs', line 277 def credentials @credentials end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
272 273 274 |
# File 'sig/types.rbs', line 272 def enabled @enabled end |
#instance_properties ⇒ ::Array[Types::InstanceProperty]
Returns the value of attribute instance_properties.
278 279 280 |
# File 'sig/types.rbs', line 278 def instance_properties @instance_properties end |
#last_seen_at ⇒ ::Time
Returns the value of attribute last_seen_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def last_seen_at @last_seen_at end |
#subject_arn ⇒ ::String
Returns the value of attribute subject_arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def subject_arn @subject_arn end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def subject_id @subject_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
276 277 278 |
# File 'sig/types.rbs', line 276 def updated_at @updated_at end |
#x509_subject ⇒ ::String
Returns the value of attribute x509_subject.
273 274 275 |
# File 'sig/types.rbs', line 273 def x509_subject @x509_subject end |