Class: Aws::Types::GetVpcEndpointServiceNameOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetVpcEndpointServiceNameOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_vpc_endpoint ⇒ ::String
Returns the value of attribute cluster_vpc_endpoint.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#cluster_vpc_endpoint ⇒ ::String
Returns the value of attribute cluster_vpc_endpoint.
178 179 180 |
# File 'sig/types.rbs', line 178 def cluster_vpc_endpoint @cluster_vpc_endpoint end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def service_name @service_name end |