Class: Aws::PinpointSMSVoiceV2::Types::DeleteResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteResourcePolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the resource-based policy was created, in [UNIX epoch time][1] format.
-
#policy ⇒ String
The JSON formatted resource-based policy that was deleted.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User Messaging SMS resource that the resource-based policy was deleted from.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the resource-based policy was created, in UNIX epoch time format.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2715 class DeleteResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON formatted resource-based policy that was deleted.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2715 class DeleteResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User Messaging SMS resource that the resource-based policy was deleted from.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2715 class DeleteResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |