Class: Aws::MailManager::Types::CreateTrafficPolicyResponse

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

#traffic_policy_idString

The identifier of the traffic policy resource.

Returns:

  • (String)


722
723
724
725
726
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 722

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