Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def port @port end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def vpc_endpoints @vpc_endpoints end |