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.
350 351 352 |
# File 'sig/types.rbs', line 350 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
351 352 353 |
# File 'sig/types.rbs', line 351 def creation_time @creation_time end |
#latest_revision ⇒ Types::ConfigurationRevision
Returns the value of attribute latest_revision.
352 353 354 |
# File 'sig/types.rbs', line 352 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
353 354 355 |
# File 'sig/types.rbs', line 353 def name @name end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
354 355 356 |
# File 'sig/types.rbs', line 354 def state @state end |