Class: Aws::Types::AccessEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AccessEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoint_type ⇒ "STREAMING_WSP"
Returns the value of attribute access_endpoint_type.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#access_endpoint_type ⇒ "STREAMING_WSP"
Returns the value of attribute access_endpoint_type.
28 29 30 |
# File 'sig/types.rbs', line 28 def access_endpoint_type @access_endpoint_type end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def vpc_endpoint_id @vpc_endpoint_id end |