Class: Aws::Types::ServiceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ServiceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#base_endpoint_dns_names ⇒ ::Array[::String]
Returns the value of attribute base_endpoint_dns_names.
-
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
-
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
-
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
-
#payer_responsibility ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_dns_name_configuration ⇒ Types::PrivateDnsNameConfiguration
Returns the value of attribute private_dns_name_configuration.
-
#remote_access_enabled ⇒ Boolean
Returns the value of attribute remote_access_enabled.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_state ⇒ "Pending", ...
Returns the value of attribute service_state.
-
#service_type ⇒ ::Array[Types::ServiceTypeDetail]
Returns the value of attribute service_type.
-
#supported_ip_address_types ⇒ ::Array[("ipv4" | "ipv6")]
Returns the value of attribute supported_ip_address_types.
-
#supported_regions ⇒ ::Array[Types::SupportedRegionDetail]
Returns the value of attribute supported_regions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
17051 17052 17053 |
# File 'sig/types.rbs', line 17051 def acceptance_required @acceptance_required end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
17049 17050 17051 |
# File 'sig/types.rbs', line 17049 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
17050 17051 17052 |
# File 'sig/types.rbs', line 17050 def availability_zones @availability_zones end |
#base_endpoint_dns_names ⇒ ::Array[::String]
Returns the value of attribute base_endpoint_dns_names.
17056 17057 17058 |
# File 'sig/types.rbs', line 17056 def base_endpoint_dns_names @base_endpoint_dns_names end |
#gateway_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute gateway_load_balancer_arns.
17054 17055 17056 |
# File 'sig/types.rbs', line 17054 def gateway_load_balancer_arns @gateway_load_balancer_arns end |
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
17052 17053 17054 |
# File 'sig/types.rbs', line 17052 def manages_vpc_endpoints @manages_vpc_endpoints end |
#network_load_balancer_arns ⇒ ::Array[::String]
Returns the value of attribute network_load_balancer_arns.
17053 17054 17055 |
# File 'sig/types.rbs', line 17053 def network_load_balancer_arns @network_load_balancer_arns end |
#payer_responsibility ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
17059 17060 17061 |
# File 'sig/types.rbs', line 17059 def payer_responsibility @payer_responsibility end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
17057 17058 17059 |
# File 'sig/types.rbs', line 17057 def private_dns_name @private_dns_name end |
#private_dns_name_configuration ⇒ Types::PrivateDnsNameConfiguration
Returns the value of attribute private_dns_name_configuration.
17058 17059 17060 |
# File 'sig/types.rbs', line 17058 def private_dns_name_configuration @private_dns_name_configuration end |
#remote_access_enabled ⇒ Boolean
Returns the value of attribute remote_access_enabled.
17062 17063 17064 |
# File 'sig/types.rbs', line 17062 def remote_access_enabled @remote_access_enabled end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
17046 17047 17048 |
# File 'sig/types.rbs', line 17046 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
17047 17048 17049 |
# File 'sig/types.rbs', line 17047 def service_name @service_name end |
#service_state ⇒ "Pending", ...
Returns the value of attribute service_state.
17048 17049 17050 |
# File 'sig/types.rbs', line 17048 def service_state @service_state end |
#service_type ⇒ ::Array[Types::ServiceTypeDetail]
Returns the value of attribute service_type.
17045 17046 17047 |
# File 'sig/types.rbs', line 17045 def service_type @service_type end |
#supported_ip_address_types ⇒ ::Array[("ipv4" | "ipv6")]
Returns the value of attribute supported_ip_address_types.
17055 17056 17057 |
# File 'sig/types.rbs', line 17055 def supported_ip_address_types @supported_ip_address_types end |
#supported_regions ⇒ ::Array[Types::SupportedRegionDetail]
Returns the value of attribute supported_regions.
17061 17062 17063 |
# File 'sig/types.rbs', line 17061 def supported_regions @supported_regions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17060 17061 17062 |
# File 'sig/types.rbs', line 17060 def @tags end |