Class: Aws::Types::AccessEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AccessEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_type ⇒ "STREAMING"
Returns the value of attribute endpoint_type.
-
#vpce_id ⇒ ::String
Returns the value of attribute vpce_id.
Instance Attribute Details
#endpoint_type ⇒ "STREAMING"
Returns the value of attribute endpoint_type.
12 13 14 |
# File 'sig/types.rbs', line 12 def endpoint_type @endpoint_type end |
#vpce_id ⇒ ::String
Returns the value of attribute vpce_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def vpce_id @vpce_id end |