Class: Aws::Redshift::Types::EndpointAuthorizationList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::EndpointAuthorizationList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_authorization_list ⇒ Array<Types::EndpointAuthorization>
The authorizations to an endpoint.
-
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeEndpointAuthorization` request.
Instance Attribute Details
#endpoint_authorization_list ⇒ Array<Types::EndpointAuthorization>
The authorizations to an endpoint.
6473 6474 6475 6476 6477 6478 |
# File 'lib/aws-sdk-redshift/types.rb', line 6473 class EndpointAuthorizationList < Struct.new( :endpoint_authorization_list, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
An optional pagination token provided by a previous ‘DescribeEndpointAuthorization` request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the `MaxRecords` parameter.
6473 6474 6475 6476 6477 6478 |
# File 'lib/aws-sdk-redshift/types.rb', line 6473 class EndpointAuthorizationList < Struct.new( :endpoint_authorization_list, :marker) SENSITIVE = [] include Aws::Structure end |