Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5750
5751
5752
# File 'sig/types.rbs', line 5750

def creation_time
  @creation_time
end

#data_capture_configTypes::DataCaptureConfigSummary

Returns the value of attribute data_capture_config.



5747
5748
5749
# File 'sig/types.rbs', line 5747

def data_capture_config
  @data_capture_config
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


5744
5745
5746
# File 'sig/types.rbs', line 5744

def endpoint_arn
  @endpoint_arn
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


5745
5746
5747
# File 'sig/types.rbs', line 5745

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


5743
5744
5745
# File 'sig/types.rbs', line 5743

def endpoint_name
  @endpoint_name
end

#endpoint_status"OutOfService", ...

Returns the value of attribute endpoint_status.

Returns:

  • ("OutOfService", "Creating", "Updating", "SystemUpdating", "RollingBack", "InService", "Deleting", "Failed", "UpdateRollbackFailed")


5748
5749
5750
# File 'sig/types.rbs', line 5748

def endpoint_status
  @endpoint_status
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5749
5750
5751
# File 'sig/types.rbs', line 5749

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5751
5752
5753
# File 'sig/types.rbs', line 5751

def last_modified_time
  @last_modified_time
end

#monitoring_schedules::Array[Types::MonitoringSchedule]

Returns the value of attribute monitoring_schedules.

Returns:



5752
5753
5754
# File 'sig/types.rbs', line 5752

def monitoring_schedules
  @monitoring_schedules
end

#production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute production_variants.

Returns:



5746
5747
5748
# File 'sig/types.rbs', line 5746

def production_variants
  @production_variants
end

#shadow_production_variants::Array[Types::ProductionVariantSummary]

Returns the value of attribute shadow_production_variants.

Returns:



5754
5755
5756
# File 'sig/types.rbs', line 5754

def shadow_production_variants
  @shadow_production_variants
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



5753
5754
5755
# File 'sig/types.rbs', line 5753

def tags
  @tags
end