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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


385
386
387
388
389
390
391
# File 'lib/aws-sdk-dax/types.rb', line 385

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)


385
386
387
388
389
390
391
# File 'lib/aws-sdk-dax/types.rb', line 385

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>)


385
386
387
388
389
390
391
# File 'lib/aws-sdk-dax/types.rb', line 385

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