class Aws::Redshift::Types::DescribeEndpointAccessMessage

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

data as a hash:

    {
      cluster_identifier: "String",
      resource_owner: "String",
      endpoint_name: "String",
      vpc_id: "String",
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] cluster_identifier

The cluster identifier associated with the described endpoint.
@return [String]

@!attribute [rw] resource_owner

The Amazon Web Services account ID of the owner of the cluster.
@return [String]

@!attribute [rw] endpoint_name

The name of the endpoint to be described.
@return [String]

@!attribute [rw] vpc_id

The virtual private cloud (VPC) identifier with access to the
cluster.
@return [String]

@!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
`DescribeEndpointAccess` 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/DescribeEndpointAccessMessage AWS API Documentation

Constants

SENSITIVE