Class: Aws::Types::CreateBlueGreenDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployment_name::String

Returns the value of attribute blue_green_deployment_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def source
  @source
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def tags
  @tags
end

#target_allocated_storage::Integer

Returns the value of attribute target_allocated_storage.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def target_storage_type
  @target_storage_type
end

#upgrade_target_storage_configBoolean

Returns the value of attribute upgrade_target_storage_config.

Returns:

  • (Boolean)


346
347
348
# File 'sig/types.rbs', line 346

def upgrade_target_storage_config
  @upgrade_target_storage_config
end