You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_subnet_group_nameString

The name of the cluster subnet group.

Returns:

  • (String)

    The name of the cluster subnet group.

#descriptionString

The description of the cluster subnet group.

Returns:

  • (String)

    The description of the cluster subnet group.

#subnet_group_statusString

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

Returns:

  • (String)

    The status of the cluster subnet group.

#subnetsArray<Types::Subnet>

A list of the VPC Subnet elements.

Returns:

#tagsArray<Types::Tag>

The list of tags for the cluster subnet group.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the cluster subnet group.

#vpc_idString

The VPC ID of the cluster subnet group.

Returns:

  • (String)

    The VPC ID of the cluster subnet group.