Class: Aws::Types::PendingDeploymentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


9773
9774
9775
# File 'sig/types.rbs', line 9773

def endpoint_config_name
  @endpoint_config_name
end

#production_variants::Array[Types::PendingProductionVariantSummary]

Returns the value of attribute production_variants.



9774
9775
9776
# File 'sig/types.rbs', line 9774

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::PendingProductionVariantSummary]

Returns the value of attribute shadow_production_variants.



9776
9777
9778
# File 'sig/types.rbs', line 9776

def shadow_production_variants
  @shadow_production_variants
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9775
9776
9777
# File 'sig/types.rbs', line 9775

def start_time
  @start_time
end