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)


9758
9759
9760
# File 'sig/types.rbs', line 9758

def endpoint_config_name
  @endpoint_config_name
end

#production_variants::Array[Types::PendingProductionVariantSummary]

Returns the value of attribute production_variants.



9759
9760
9761
# File 'sig/types.rbs', line 9759

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::PendingProductionVariantSummary]

Returns the value of attribute shadow_production_variants.



9761
9762
9763
# File 'sig/types.rbs', line 9761

def shadow_production_variants
  @shadow_production_variants
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


9760
9761
9762
# File 'sig/types.rbs', line 9760

def start_time
  @start_time
end