Class: Aws::DAX::Types::SubnetGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::SubnetGroup
- 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
-
#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.
-
#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.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File '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_name ⇒ String
The name of the subnet group.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'lib/aws-sdk-dax/types.rb', line 1400 class SubnetGroup < Struct.new( :subnet_group_name, :description, :vpc_id, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<Types::Subnet>
A list of subnets associated with the subnet group.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File '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_id ⇒ String
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
1400 1401 1402 1403 1404 1405 1406 1407 |
# File 'lib/aws-sdk-dax/types.rb', line 1400 class SubnetGroup < Struct.new( :subnet_group_name, :description, :vpc_id, :subnets) SENSITIVE = [] include Aws::Structure end |