Class: Aws::DAX::Types::CreateSubnetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dax/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_groupTypes::SubnetGroup

Represents the output of a CreateSubnetGroup operation.

Returns:



348
349
350
351
# File 'lib/aws-sdk-dax/types.rb', line 348

class CreateSubnetGroupResponse < Struct.new(
  :subnet_group)
  include Aws::Structure
end