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:



363
364
365
366
# File 'lib/aws-sdk-dax/types.rb', line 363

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