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.
-
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
358 359 360 |
# File 'sig/types.rbs', line 358 def creation_time @creation_time end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
359 360 361 |
# File 'sig/types.rbs', line 359 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
360 361 362 |
# File 'sig/types.rbs', line 360 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
361 362 363 |
# File 'sig/types.rbs', line 361 def state @state end |