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.
296 297 298 |
# File 'sig/types.rbs', line 296 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
297 298 299 |
# File 'sig/types.rbs', line 297 def port @port end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
298 299 300 |
# File 'sig/types.rbs', line 298 def vpc_endpoints @vpc_endpoints end |