Class: Aws::Redshift::Types::DescribeEndpointAccessMessage

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

#cluster_identifierString

The cluster identifier associated with the described endpoint.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint to be described.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

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.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

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.

Returns:

  • (Integer)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

The Amazon Web Services account ID of the owner of the cluster.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The virtual private cloud (VPC) identifier with access to the cluster.

Returns:

  • (String)


4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4702

class DescribeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :endpoint_name,
  :vpc_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end