Class: Aws::DAX::Types::DeleteSubnetGroupResponse

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

#deletion_messageString

A user-specified message for this action (i.e., a reason for deleting the subnet group).

Returns:

  • (String)


483
484
485
486
487
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 483

class DeleteSubnetGroupResponse < Struct.new(
  :deletion_message)
  SENSITIVE = []
  include Aws::Structure
end