Class: Aws::MailManager::Types::DeleteTrafficPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::DeleteTrafficPolicyRequest
- 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 that you want to delete.
Instance Attribute Details
#traffic_policy_id ⇒ String
The identifier of the traffic policy that you want to delete.
839 840 841 842 843 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 839 class DeleteTrafficPolicyRequest < Struct.new( :traffic_policy_id) SENSITIVE = [] include Aws::Structure end |