Class: Aws::DAX::Types::SubnetGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Represents the output of one of the following actions:

  • CreateSubnetGroup

  • ModifySubnetGroup

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the subnet group.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-dax/types.rb', line 1444

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-dax/types.rb', line 1444

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

A list of subnets associated with the subnet group.

Returns:



1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-dax/types.rb', line 1444

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#supported_network_typesArray<String>

The network types supported by this subnet. Returns an array of strings that can include ‘ipv4`, `ipv6`, or both, indicating whether the subnet group supports IPv4 only, IPv6 only, or dual-stack deployments.

Returns:

  • (Array<String>)


1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-dax/types.rb', line 1444

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'lib/aws-sdk-dax/types.rb', line 1444

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets,
  :supported_network_types)
  SENSITIVE = []
  include Aws::Structure
end