Class: Aws::Types::PostLaunchActions
- Inherits:
-
Object
- Object
- Aws::Types::PostLaunchActions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
-
#deployment ⇒ "TEST_AND_CUTOVER", ...
Returns the value of attribute deployment.
-
#s3_log_bucket ⇒ ::String
Returns the value of attribute s3_log_bucket.
-
#s3_output_key_prefix ⇒ ::String
Returns the value of attribute s3_output_key_prefix.
-
#ssm_documents ⇒ ::Array[Types::SsmDocument]
Returns the value of attribute ssm_documents.
Instance Attribute Details
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def cloud_watch_log_group_name @cloud_watch_log_group_name end |
#deployment ⇒ "TEST_AND_CUTOVER", ...
Returns the value of attribute deployment.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def deployment @deployment end |
#s3_log_bucket ⇒ ::String
Returns the value of attribute s3_log_bucket.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def s3_log_bucket @s3_log_bucket end |
#s3_output_key_prefix ⇒ ::String
Returns the value of attribute s3_output_key_prefix.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def s3_output_key_prefix @s3_output_key_prefix end |
#ssm_documents ⇒ ::Array[Types::SsmDocument]
Returns the value of attribute ssm_documents.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def ssm_documents @ssm_documents end |