Class: Aws::Types::CreateConfigurationSetResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationSetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#configuration_set_arn ⇒ ::String
Returns the value of attribute configuration_set_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def configuration_set_arn @configuration_set_arn end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
161 162 163 |
# File 'sig/types.rbs', line 161 def configuration_set_name @configuration_set_name end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
163 164 165 |
# File 'sig/types.rbs', line 163 def @created_timestamp end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
162 163 164 |
# File 'sig/types.rbs', line 162 def @tags end |