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.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def port @port end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def vpc_endpoints @vpc_endpoints end |