Class: Aws::Redshift::Types::ClusterSubnetGroup

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

Overview

Describes a subnet group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_nameString

The name of the cluster subnet group.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the cluster subnet group.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_group_statusString

The status of the cluster subnet group. Possible values are Complete, Incomplete and Invalid.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

A list of the VPC Subnet elements.

Returns:



1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_cluster_ip_address_typesArray<String>

The IP address types supported by this cluster subnet group. Possible values are ipv4 and dualstack.

Returns:

  • (Array<String>)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags for the cluster subnet group.

Returns:



1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID of the cluster subnet group.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1639

class ClusterSubnetGroup < Struct.new(
  :cluster_subnet_group_name,
  :description,
  :vpc_id,
  :subnet_group_status,
  :subnets,
  :tags,
  :supported_cluster_ip_address_types)
  SENSITIVE = []
  include Aws::Structure
end