Class: Aws::PinpointSMSVoiceV2::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User Messaging SMS resource you’re deleting the resource-based policy from.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User Messaging SMS resource you’re deleting the resource-based policy from.
2080 2081 2082 2083 2084 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2080 class DeleteResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |