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.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def on_create @on_create end |
#on_init_complete ⇒ ::String
Returns the value of attribute on_init_complete.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def on_init_complete @on_init_complete end |
#source_s3_uri ⇒ ::String
Returns the value of attribute source_s3_uri.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def source_s3_uri @source_s3_uri end |