Class: Aws::Types::CreateBlueGreenDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBlueGreenDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blue_green_deployment_name ⇒ ::String
Returns the value of attribute blue_green_deployment_name.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_allocated_storage ⇒ ::Integer
Returns the value of attribute target_allocated_storage.
-
#target_db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute target_db_cluster_parameter_group_name.
-
#target_db_instance_class ⇒ ::String
Returns the value of attribute target_db_instance_class.
-
#target_db_parameter_group_name ⇒ ::String
Returns the value of attribute target_db_parameter_group_name.
-
#target_engine_version ⇒ ::String
Returns the value of attribute target_engine_version.
-
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
-
#target_storage_throughput ⇒ ::Integer
Returns the value of attribute target_storage_throughput.
-
#target_storage_type ⇒ ::String
Returns the value of attribute target_storage_type.
-
#upgrade_target_storage_config ⇒ Boolean
Returns the value of attribute upgrade_target_storage_config.
Instance Attribute Details
#blue_green_deployment_name ⇒ ::String
Returns the value of attribute blue_green_deployment_name.
339 340 341 |
# File 'sig/types.rbs', line 339 def blue_green_deployment_name @blue_green_deployment_name end |
#source ⇒ ::String
Returns the value of attribute source.
340 341 342 |
# File 'sig/types.rbs', line 340 def source @source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
344 345 346 |
# File 'sig/types.rbs', line 344 def @tags end |
#target_allocated_storage ⇒ ::Integer
Returns the value of attribute target_allocated_storage.
349 350 351 |
# File 'sig/types.rbs', line 349 def target_allocated_storage @target_allocated_storage end |
#target_db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute target_db_cluster_parameter_group_name.
343 344 345 |
# File 'sig/types.rbs', line 343 def target_db_cluster_parameter_group_name @target_db_cluster_parameter_group_name end |
#target_db_instance_class ⇒ ::String
Returns the value of attribute target_db_instance_class.
345 346 347 |
# File 'sig/types.rbs', line 345 def target_db_instance_class @target_db_instance_class end |
#target_db_parameter_group_name ⇒ ::String
Returns the value of attribute target_db_parameter_group_name.
342 343 344 |
# File 'sig/types.rbs', line 342 def target_db_parameter_group_name @target_db_parameter_group_name end |
#target_engine_version ⇒ ::String
Returns the value of attribute target_engine_version.
341 342 343 |
# File 'sig/types.rbs', line 341 def target_engine_version @target_engine_version end |
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
347 348 349 |
# File 'sig/types.rbs', line 347 def target_iops @target_iops end |
#target_storage_throughput ⇒ ::Integer
Returns the value of attribute target_storage_throughput.
350 351 352 |
# File 'sig/types.rbs', line 350 def target_storage_throughput @target_storage_throughput end |
#target_storage_type ⇒ ::String
Returns the value of attribute target_storage_type.
348 349 350 |
# File 'sig/types.rbs', line 348 def target_storage_type @target_storage_type end |
#upgrade_target_storage_config ⇒ Boolean
Returns the value of attribute upgrade_target_storage_config.
346 347 348 |
# File 'sig/types.rbs', line 346 def upgrade_target_storage_config @upgrade_target_storage_config end |