Class: Aws::Types::CreateServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
-
#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_name ⇒ ::String
Returns the value of attribute service_name.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_scaling_configuration_arn ⇒ ::String
Returns the value of attribute auto_scaling_configuration_arn.
154 155 156 |
# File 'sig/types.rbs', line 154 def auto_scaling_configuration_arn @auto_scaling_configuration_arn end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
152 153 154 |
# File 'sig/types.rbs', line 152 def encryption_configuration @encryption_configuration end |
#health_check_configuration ⇒ Types::HealthCheckConfiguration
Returns the value of attribute health_check_configuration.
153 154 155 |
# File 'sig/types.rbs', line 153 def health_check_configuration @health_check_configuration end |
#instance_configuration ⇒ Types::InstanceConfiguration
Returns the value of attribute instance_configuration.
150 151 152 |
# File 'sig/types.rbs', line 150 def instance_configuration @instance_configuration end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
155 156 157 |
# File 'sig/types.rbs', line 155 def network_configuration @network_configuration end |
#observability_configuration ⇒ Types::ServiceObservabilityConfiguration
Returns the value of attribute observability_configuration.
156 157 158 |
# File 'sig/types.rbs', line 156 def observability_configuration @observability_configuration end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def service_name @service_name end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
149 150 151 |
# File 'sig/types.rbs', line 149 def source_configuration @source_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
151 152 153 |
# File 'sig/types.rbs', line 151 def end |