Class: Aws::Types::CreateConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_configurations ⇒ Types::RunConfigurationsResponse
Returns the value of attribute run_configurations.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
278 279 280 |
# File 'sig/types.rbs', line 278 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
284 285 286 |
# File 'sig/types.rbs', line 284 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
281 282 283 |
# File 'sig/types.rbs', line 281 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
280 281 282 |
# File 'sig/types.rbs', line 280 def name @name end |
#run_configurations ⇒ Types::RunConfigurationsResponse
Returns the value of attribute run_configurations.
282 283 284 |
# File 'sig/types.rbs', line 282 def run_configurations @run_configurations end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
283 284 285 |
# File 'sig/types.rbs', line 283 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
285 286 287 |
# File 'sig/types.rbs', line 285 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
279 280 281 |
# File 'sig/types.rbs', line 279 def uuid @uuid end |