Class: Aws::MailManager::Types::CreateTrafficPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateTrafficPolicyResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
Instance Attribute Details
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
860 861 862 863 864 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 860 class CreateTrafficPolicyResponse < Struct.new( :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |