Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration_summary ⇒ Types::AutoScalingConfigurationSummary
Returns the value of attribute auto_scaling_configuration_summary.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#health_check_configuration ⇒ Types::HealthCheckConfiguration
Returns the value of attribute health_check_configuration.
-
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#observability_configuration ⇒ Types::ServiceObservabilityConfiguration
Returns the value of attribute observability_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_url ⇒ ::String
Returns the value of attribute service_url.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#status ⇒ "CREATE_FAILED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#auto_scaling_configuration_summary ⇒ Types::AutoScalingConfigurationSummary
Returns the value of attribute auto_scaling_configuration_summary.
608 609 610 |
# File 'sig/types.rbs', line 608 def auto_scaling_configuration_summary @auto_scaling_configuration_summary end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
600 601 602 |
# File 'sig/types.rbs', line 600 def created_at @created_at end |
#deleted_at ⇒ ::Time
Returns the value of attribute deleted_at.
602 603 604 |
# File 'sig/types.rbs', line 602 def deleted_at @deleted_at end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
606 607 608 |
# File 'sig/types.rbs', line 606 def encryption_configuration @encryption_configuration end |
#health_check_configuration ⇒ Types::HealthCheckConfiguration
Returns the value of attribute health_check_configuration.
607 608 609 |
# File 'sig/types.rbs', line 607 def health_check_configuration @health_check_configuration end |
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
605 606 607 |
# File 'sig/types.rbs', line 605 def instance_configuration @instance_configuration end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
609 610 611 |
# File 'sig/types.rbs', line 609 def network_configuration @network_configuration end |
#observability_configuration ⇒ Types::ServiceObservabilityConfiguration
Returns the value of attribute observability_configuration.
610 611 612 |
# File 'sig/types.rbs', line 610 def observability_configuration @observability_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def service_arn @service_arn end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
596 597 598 |
# File 'sig/types.rbs', line 596 def service_name @service_name end |
#service_url ⇒ ::String
Returns the value of attribute service_url.
599 600 601 |
# File 'sig/types.rbs', line 599 def service_url @service_url end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
604 605 606 |
# File 'sig/types.rbs', line 604 def source_configuration @source_configuration end |
#status ⇒ "CREATE_FAILED", ...
Returns the value of attribute status.
603 604 605 |
# File 'sig/types.rbs', line 603 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
601 602 603 |
# File 'sig/types.rbs', line 601 def updated_at @updated_at end |