Class: Aws::DAX::Types::CreateSubnetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the subnet group

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 355

class CreateSubnetGroupRequest < Struct.new(
  :subnet_group_name,
  :description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_group_nameString

A name for the subnet group. This value is stored as a lowercase string.

Returns:

  • (String)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 355

class CreateSubnetGroupRequest < Struct.new(
  :subnet_group_name,
  :description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of VPC subnet IDs for the subnet group.

Returns:

  • (Array<String>)


355
356
357
358
359
360
361
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 355

class CreateSubnetGroupRequest < Struct.new(
  :subnet_group_name,
  :description,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end