Class: Aws::Types::ServiceDetail
- Inherits:
-
Object
- Object
- Aws::Types::ServiceDetail
- 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.
-
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#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_verification_state ⇒ "pendingVerification", ...
Returns the value of attribute private_dns_name_verification_state.
-
#private_dns_names ⇒ ::Array[Types::PrivateDnsDetails]
Returns the value of attribute private_dns_names.
-
#service_id ⇒ ::String
Returns the value of attribute service_id.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_region ⇒ ::String
Returns the value of attribute service_region.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_endpoint_policy_supported ⇒ Boolean
Returns the value of attribute vpc_endpoint_policy_supported.
Instance Attribute Details
#acceptance_required ⇒ Boolean
Returns the value of attribute acceptance_required.
17078 17079 17080 |
# File 'sig/types.rbs', line 17078 def acceptance_required @acceptance_required end |
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
17071 17072 17073 |
# File 'sig/types.rbs', line 17071 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
17072 17073 17074 |
# File 'sig/types.rbs', line 17072 def availability_zones @availability_zones end |
#base_endpoint_dns_names ⇒ ::Array[::String]
Returns the value of attribute base_endpoint_dns_names.
17074 17075 17076 |
# File 'sig/types.rbs', line 17074 def base_endpoint_dns_names @base_endpoint_dns_names end |
#manages_vpc_endpoints ⇒ Boolean
Returns the value of attribute manages_vpc_endpoints.
17079 17080 17081 |
# File 'sig/types.rbs', line 17079 def manages_vpc_endpoints @manages_vpc_endpoints end |
#owner ⇒ ::String
Returns the value of attribute owner.
17073 17074 17075 |
# File 'sig/types.rbs', line 17073 def owner @owner end |
#payer_responsibility ⇒ "ServiceOwner"
Returns the value of attribute payer_responsibility.
17080 17081 17082 |
# File 'sig/types.rbs', line 17080 def payer_responsibility @payer_responsibility end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
17075 17076 17077 |
# File 'sig/types.rbs', line 17075 def private_dns_name @private_dns_name end |
#private_dns_name_verification_state ⇒ "pendingVerification", ...
Returns the value of attribute private_dns_name_verification_state.
17082 17083 17084 |
# File 'sig/types.rbs', line 17082 def private_dns_name_verification_state @private_dns_name_verification_state end |
#private_dns_names ⇒ ::Array[Types::PrivateDnsDetails]
Returns the value of attribute private_dns_names.
17076 17077 17078 |
# File 'sig/types.rbs', line 17076 def private_dns_names @private_dns_names end |
#service_id ⇒ ::String
Returns the value of attribute service_id.
17068 17069 17070 |
# File 'sig/types.rbs', line 17068 def service_id @service_id end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
17067 17068 17069 |
# File 'sig/types.rbs', line 17067 def service_name @service_name end |
#service_region ⇒ ::String
Returns the value of attribute service_region.
17070 17071 17072 |
# File 'sig/types.rbs', line 17070 def service_region @service_region end |
#service_type ⇒ ::Array[Types::ServiceTypeDetail]
Returns the value of attribute service_type.
17069 17070 17071 |
# File 'sig/types.rbs', line 17069 def service_type @service_type end |
#supported_ip_address_types ⇒ ::Array[("ipv4" | "ipv6")]
Returns the value of attribute supported_ip_address_types.
17083 17084 17085 |
# File 'sig/types.rbs', line 17083 def supported_ip_address_types @supported_ip_address_types end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17081 17082 17083 |
# File 'sig/types.rbs', line 17081 def @tags end |
#vpc_endpoint_policy_supported ⇒ Boolean
Returns the value of attribute vpc_endpoint_policy_supported.
17077 17078 17079 |
# File 'sig/types.rbs', line 17077 def vpc_endpoint_policy_supported @vpc_endpoint_policy_supported end |