Class: Aws::MemoryDB::Types::CreateSubnetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the subnet group.

Returns:

  • (String)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-memorydb/types.rb', line 953

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

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-memorydb/types.rb', line 953

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

#subnet_idsArray<String>

A list of VPC subnet IDs for the subnet group.

Returns:

  • (Array<String>)


953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-memorydb/types.rb', line 953

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

#tagsArray<Types::Tag>

A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.

Returns:



953
954
955
956
957
958
959
960
# File 'lib/aws-sdk-memorydb/types.rb', line 953

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