Class: Aws::Redshift::Types::EndpointAuthorizationList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_authorization_listArray<Types::EndpointAuthorization>

The authorizations to an endpoint.

Returns:



6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6672

class EndpointAuthorizationList < Struct.new(
  :endpoint_authorization_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6672

class EndpointAuthorizationList < Struct.new(
  :endpoint_authorization_list,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end