Class: Aws::DAX::Types::SubnetGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::SubnetGroup
- 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
-
#description ⇒ String
The description of the subnet group.
-
#subnet_group_name ⇒ String
The name of the subnet group.
-
#subnets ⇒ Array<Types::Subnet>
A list of subnets associated with the subnet group.
-
#supported_network_types ⇒ Array<String>
The network types supported by this subnet.
-
#vpc_id ⇒ String
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
Instance Attribute Details
#description ⇒ String
The description of the subnet group.
1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-dax/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_name ⇒ String
The name of the subnet group.
1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-dax/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 |
#subnets ⇒ Array<Types::Subnet>
A list of subnets associated with the subnet group.
1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-dax/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_types ⇒ Array<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.
1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-dax/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_id ⇒ String
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-dax/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 |