Class: Aws::Types::TrustAnchorDetail
- Inherits:
-
Object
- Object
- Aws::Types::TrustAnchorDetail
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_settings ⇒ ::Array[Types::NotificationSettingDetail]
Returns the value of attribute notification_settings.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
-
#trust_anchor_id ⇒ ::String
Returns the value of attribute trust_anchor_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
324 325 326 |
# File 'sig/types.rbs', line 324 def created_at @created_at end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
323 324 325 |
# File 'sig/types.rbs', line 323 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
321 322 323 |
# File 'sig/types.rbs', line 321 def name @name end |
#notification_settings ⇒ ::Array[Types::NotificationSettingDetail]
Returns the value of attribute notification_settings.
326 327 328 |
# File 'sig/types.rbs', line 326 def notification_settings @notification_settings end |
#source ⇒ Types::Source
Returns the value of attribute source.
322 323 324 |
# File 'sig/types.rbs', line 322 def source @source end |
#trust_anchor_arn ⇒ ::String
Returns the value of attribute trust_anchor_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def trust_anchor_arn @trust_anchor_arn end |
#trust_anchor_id ⇒ ::String
Returns the value of attribute trust_anchor_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def trust_anchor_id @trust_anchor_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
325 326 327 |
# File 'sig/types.rbs', line 325 def updated_at @updated_at end |