Class: Aws::Types::SubjectSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubjectSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#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.
293 294 295 |
# File 'sig/types.rbs', line 293 def created_at @created_at end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
290 291 292 |
# File 'sig/types.rbs', line 290 def enabled @enabled end |
#last_seen_at ⇒ ::Time
Returns the value of attribute last_seen_at.
292 293 294 |
# File 'sig/types.rbs', line 292 def last_seen_at @last_seen_at end |
#subject_arn ⇒ ::String
Returns the value of attribute subject_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def subject_arn @subject_arn end |
#subject_id ⇒ ::String
Returns the value of attribute subject_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def subject_id @subject_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
294 295 296 |
# File 'sig/types.rbs', line 294 def updated_at @updated_at end |
#x509_subject ⇒ ::String
Returns the value of attribute x509_subject.
291 292 293 |
# File 'sig/types.rbs', line 291 def x509_subject @x509_subject end |