Class: Aws::MailManager::Types::GetRuleSetRequest

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 an existing rule set to be retrieved.

Returns:

  • (String)


1447
1448
1449
1450
1451
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1447

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