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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the subnet group.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
# File 'lib/aws-sdk-dax/types.rb', line 1359

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
# File 'lib/aws-sdk-dax/types.rb', line 1359

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#subnetsArray<Types::Subnet>

A list of subnets associated with the subnet group.

Returns:



1359
1360
1361
1362
1363
1364
1365
# File 'lib/aws-sdk-dax/types.rb', line 1359

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end

#vpc_idString

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

Returns:

  • (String)


1359
1360
1361
1362
1363
1364
1365
# File 'lib/aws-sdk-dax/types.rb', line 1359

class SubnetGroup < Struct.new(
  :subnet_group_name,
  :description,
  :vpc_id,
  :subnets)
  include Aws::Structure
end