Class: Aws::Types::CreateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#run_configurations ⇒ Types::RunConfigurations
Returns the value of attribute run_configurations.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
270 271 272 |
# File 'sig/types.rbs', line 270 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
269 270 271 |
# File 'sig/types.rbs', line 269 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
273 274 275 |
# File 'sig/types.rbs', line 273 def request_id @request_id end |
#run_configurations ⇒ Types::RunConfigurations
Returns the value of attribute run_configurations.
271 272 273 |
# File 'sig/types.rbs', line 271 def run_configurations @run_configurations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
272 273 274 |
# File 'sig/types.rbs', line 272 def end |