Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_capture_config ⇒ Types::DataCaptureConfigSummary
Returns the value of attribute data_capture_config.
-
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
-
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#monitoring_schedules ⇒ ::Array[Types::MonitoringSchedule]
Returns the value of attribute monitoring_schedules.
-
#production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute production_variants.
-
#shadow_production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5731 5732 5733 |
# File 'sig/types.rbs', line 5731 def creation_time @creation_time end |
#data_capture_config ⇒ Types::DataCaptureConfigSummary
Returns the value of attribute data_capture_config.
5728 5729 5730 |
# File 'sig/types.rbs', line 5728 def data_capture_config @data_capture_config end |
#endpoint_arn ⇒ ::String
Returns the value of attribute endpoint_arn.
5725 5726 5727 |
# File 'sig/types.rbs', line 5725 def endpoint_arn @endpoint_arn end |
#endpoint_config_name ⇒ ::String
Returns the value of attribute endpoint_config_name.
5726 5727 5728 |
# File 'sig/types.rbs', line 5726 def endpoint_config_name @endpoint_config_name end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
5724 5725 5726 |
# File 'sig/types.rbs', line 5724 def endpoint_name @endpoint_name end |
#endpoint_status ⇒ "OutOfService", ...
Returns the value of attribute endpoint_status.
5729 5730 5731 |
# File 'sig/types.rbs', line 5729 def endpoint_status @endpoint_status end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5730 5731 5732 |
# File 'sig/types.rbs', line 5730 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5732 5733 5734 |
# File 'sig/types.rbs', line 5732 def last_modified_time @last_modified_time end |
#monitoring_schedules ⇒ ::Array[Types::MonitoringSchedule]
Returns the value of attribute monitoring_schedules.
5733 5734 5735 |
# File 'sig/types.rbs', line 5733 def monitoring_schedules @monitoring_schedules end |
#production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute production_variants.
5727 5728 5729 |
# File 'sig/types.rbs', line 5727 def production_variants @production_variants end |
#shadow_production_variants ⇒ ::Array[Types::ProductionVariantSummary]
Returns the value of attribute shadow_production_variants.
5735 5736 5737 |
# File 'sig/types.rbs', line 5735 def shadow_production_variants @shadow_production_variants end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
5734 5735 5736 |
# File 'sig/types.rbs', line 5734 def @tags end |