Class: Aws::Types::PostLaunchActions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_name ⇒ ::String

Returns the value of attribute cloud_watch_log_group_name.

Returns:

  • (::String)


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.

Returns:

  • ("TEST_AND_CUTOVER", "CUTOVER_ONLY", "TEST_ONLY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1497
1498
1499
# File 'sig/types.rbs', line 1497

def ssm_documents
  @ssm_documents
end