Class: Aws::MailManager::Types::CreateRuleSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_set_idString

The identifier of the created rule set.

Returns:

  • (String)


664
665
666
667
668
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 664

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