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 AWS End User Messaging SMS and Voice resource you’re deleting the resource-based policy from.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource you’re deleting the resource-based policy from.
1998 1999 2000 2001 2002 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1998 class DeleteResourcePolicyRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |