Class: Aws::Types::EndpointAccessList
- Inherits:
-
Object
- Object
- Aws::Types::EndpointAccessList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_access_list ⇒ ::Array[Types::EndpointAccess]
Returns the value of attribute endpoint_access_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#endpoint_access_list ⇒ ::Array[Types::EndpointAccess]
Returns the value of attribute endpoint_access_list.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def endpoint_access_list @endpoint_access_list end |
#marker ⇒ ::String
Returns the value of attribute marker.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def marker @marker end |