class Aws::Redshift::Types::DescribeEndpointAuthorizationMessage

@note When making an API call, you may pass DescribeEndpointAuthorizationMessage

data as a hash:

    {
      cluster_identifier: "String",
      account: "String",
      grantee: false,
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] cluster_identifier

The cluster identifier of the cluster to access.
@return [String]

@!attribute [rw] account

The AAmazon Web Services account ID of either the cluster owner
(grantor) or grantee. If `Grantee` parameter is true, then the
`Account` value is of the grantor.
@return [String]

@!attribute [rw] grantee

Indicates whether to check authorization from a grantor or grantee
point of view. If true, Amazon Redshift returns endpoint
authorizations that you've been granted. If false (default), checks
authorization from a grantor point of view.
@return [Boolean]

@!attribute [rw] max_records

The maximum number of records to include in the response. If more
records exist than the specified `MaxRecords` value, a pagination
token called a `Marker` is included in the response so that the
remaining results can be retrieved.
@return [Integer]

@!attribute [rw] marker

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DescribeEndpointAuthorizationMessage AWS API Documentation

Constants

SENSITIVE