Class: Aws::Types::AccessEndpointConfig
- Inherits:
-
Object
- Object
- Aws::Types::AccessEndpointConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
-
#internet_fallback_protocols ⇒ ::Array[("PCOIP")]
Returns the value of attribute internet_fallback_protocols.
Instance Attribute Details
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
34 35 36 |
# File 'sig/types.rbs', line 34 def access_endpoints @access_endpoints end |
#internet_fallback_protocols ⇒ ::Array[("PCOIP")]
Returns the value of attribute internet_fallback_protocols.
35 36 37 |
# File 'sig/types.rbs', line 35 def internet_fallback_protocols @internet_fallback_protocols end |