Class: Aws::DAX::Types::UpdateSubnetGroupRequest

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 of the subnet group.

Returns:

  • (String)


1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1664

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

#subnet_group_nameString

The name of the subnet group.

Returns:

  • (String)


1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1664

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

#subnet_idsArray<String>

A list of subnet IDs in the subnet group.

Returns:

  • (Array<String>)


1664
1665
1666
1667
1668
1669
1670
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1664

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