Class: Aws::MailManager::Types::CreateTrafficPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateTrafficPolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
722 723 724 725 726 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 722 class CreateTrafficPolicyResponse < Struct.new( :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |