Class: Aws::DAX::Types::CreateSubnetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::CreateSubnetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_group ⇒ Types::SubnetGroup
Represents the output of a CreateSubnetGroup operation.
Instance Attribute Details
#subnet_group ⇒ Types::SubnetGroup
Represents the output of a CreateSubnetGroup operation.
369 370 371 372 373 |
# File 'lib/aws-sdk-dax/types.rb', line 369 class CreateSubnetGroupResponse < Struct.new( :subnet_group) SENSITIVE = [] include Aws::Structure end |