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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/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)


1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1400

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

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1400

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

#subnetsArray<Types::Subnet>

A list of subnets associated with the subnet group.

Returns:



1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1400

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

#vpc_idString

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

Returns:

  • (String)


1400
1401
1402
1403
1404
1405
1406
1407
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1400

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