Class: Aws::Types::EndpointAuthorizationList
- Inherits:
-
Object
- Object
- Aws::Types::EndpointAuthorizationList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_authorization_list ⇒ ::Array[Types::EndpointAuthorization]
Returns the value of attribute endpoint_authorization_list.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#endpoint_authorization_list ⇒ ::Array[Types::EndpointAuthorization]
Returns the value of attribute endpoint_authorization_list.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def end |
#marker ⇒ ::String
Returns the value of attribute marker.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def marker @marker end |