Class: Aws::Types::CreateConfigurationSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
155 156 157 |
# File 'sig/types.rbs', line 155 def client_token @client_token end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def configuration_set_name @configuration_set_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
154 155 156 |
# File 'sig/types.rbs', line 154 def @tags end |