Class: Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The JSON formatted resource-based policy to attach.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.
Instance Attribute Details
#policy ⇒ String
The JSON formatted resource-based policy to attach.
4628 4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4628 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.
4628 4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4628 class PutResourcePolicyRequest < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |