Class: Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyResult

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

#created_timestampTime

The time when the resource-based policy was created, in UNIX epoch time format.

Returns:

  • (Time)


5870
5871
5872
5873
5874
5875
5876
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5870

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

#policyString

The JSON formatted Resource Policy.

Returns:

  • (String)


5870
5871
5872
5873
5874
5875
5876
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5870

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

#resource_arnString

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

Returns:

  • (String)


5870
5871
5872
5873
5874
5875
5876
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5870

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