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)


4719
4720
4721
4722
4723
4724
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4719

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the End User MessagingSMS resource to attach the resource-based policy to.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4719

class PutResourcePolicyRequest < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end