Class: Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The JSON formatted resource-based policy to attach.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource to attach the resource-based policy to.

Returns:

  • (String)


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