Class: Aws::Types::ClusterLifeCycleConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterLifeCycleConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_create ⇒ ::String
Returns the value of attribute on_create.
-
#on_init_complete ⇒ ::String
Returns the value of attribute on_init_complete.
-
#source_s3_uri ⇒ ::String
Returns the value of attribute source_s3_uri.
Instance Attribute Details
#on_create ⇒ ::String
Returns the value of attribute on_create.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def on_create @on_create end |
#on_init_complete ⇒ ::String
Returns the value of attribute on_init_complete.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def on_init_complete @on_init_complete end |
#source_s3_uri ⇒ ::String
Returns the value of attribute source_s3_uri.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def source_s3_uri @source_s3_uri end |