Class: Aws::DAX::Types::DeleteSubnetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::DeleteSubnetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_group_name ⇒ String
The name of the subnet group to delete.
Instance Attribute Details
#subnet_group_name ⇒ String
The name of the subnet group to delete.
470 471 472 473 474 |
# File 'lib/aws-sdk-dax/types.rb', line 470 class DeleteSubnetGroupRequest < Struct.new( :subnet_group_name) SENSITIVE = [] include Aws::Structure end |