Class: Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyRequest

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

#resource_arnString

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

Returns:

  • (String)


3515
3516
3517
3518
3519
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3515

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