Class: Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


3363
3364
3365
3366
3367
3368
3369
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3363

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

#policyString

The JSON formatted string that contains the resource-based policy attached to the AWS End User Messaging SMS and Voice resource.

Returns:

  • (String)


3363
3364
3365
3366
3367
3368
3369
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3363

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

#resource_arnString

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

Returns:

  • (String)


3363
3364
3365
3366
3367
3368
3369
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3363

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