Class: Aws::Redshift::Types::DescribeEndpointAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeEndpointAccessMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
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",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ String
The cluster identifier associated with the described endpoint.
-
#endpoint_name ⇒ String
The name of the endpoint to be described.
-
#marker ⇒ String
An optional pagination token provided by a previous
DescribeEndpointAccess
request. -
#max_records ⇒ Integer
The maximum number of records to include in the response.
-
#resource_owner ⇒ String
The Amazon Web Services account ID of the owner of the cluster.
-
#vpc_id ⇒ String
The virtual private cloud (VPC) identifier with access to the cluster.
Instance Attribute Details
#cluster_identifier ⇒ String
The cluster identifier associated with the described endpoint.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint to be described.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
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.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
The Amazon Web Services account ID of the owner of the cluster.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The virtual private cloud (VPC) identifier with access to the cluster.
4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 4923 class DescribeEndpointAccessMessage < Struct.new( :cluster_identifier, :resource_owner, :endpoint_name, :vpc_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |