Class: Aws::Types::EndpointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EndpointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
-
#types ⇒ ::Array[("REGIONAL" | "EDGE" | "PRIVATE")]
Returns the value of attribute types.
-
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
Instance Attribute Details
#ip_address_type ⇒ "ipv4", "dualstack"
Returns the value of attribute ip_address_type.
543 544 545 |
# File 'sig/types.rbs', line 543 def ip_address_type @ip_address_type end |
#types ⇒ ::Array[("REGIONAL" | "EDGE" | "PRIVATE")]
Returns the value of attribute types.
542 543 544 |
# File 'sig/types.rbs', line 542 def types @types end |
#vpc_endpoint_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_endpoint_ids.
544 545 546 |
# File 'sig/types.rbs', line 544 def vpc_endpoint_ids @vpc_endpoint_ids end |