Method: Aws::Redshift::Types::ClusterSubnetGroup#subnet_group_status

Defined in:
lib/aws-sdk-redshift/types.rb

#subnet_group_statusString

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

Returns:

  • (String)


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

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