Class: Aws::Types::CreateTrustAnchorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustAnchorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#notification_settings ⇒ ::Array[Types::NotificationSetting]
Returns the value of attribute notification_settings.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
38 39 40 |
# File 'sig/types.rbs', line 38 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
36 37 38 |
# File 'sig/types.rbs', line 36 def name @name end |
#notification_settings ⇒ ::Array[Types::NotificationSetting]
Returns the value of attribute notification_settings.
40 41 42 |
# File 'sig/types.rbs', line 40 def notification_settings @notification_settings end |
#source ⇒ Types::Source
Returns the value of attribute source.
37 38 39 |
# File 'sig/types.rbs', line 37 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
39 40 41 |
# File 'sig/types.rbs', line 39 def @tags end |