Class: Aws::PinpointSMSVoiceV2::Types::DeleteResourcePolicyResult

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.

[1]: www.epochconverter.com/

Returns:

  • (Time)


2024
2025
2026
2027
2028
2029
2030
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2024

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

#policyString

The JSON formatted resource-based policy that was deleted.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2024

class DeleteResourcePolicyResult < 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 that the resource-based policy was deleted from.

Returns:

  • (String)


2024
2025
2026
2027
2028
2029
2030
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2024

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