Class: Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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 string that contains the resource-based policy attached to the End User Messaging SMS resource.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User Messaging SMS resource attached to the resource-based policy.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the resource-based policy was created, in UNIX epoch time format.
4318 4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4318 class GetResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON formatted string that contains the resource-based policy attached to the End User Messaging SMS resource.
4318 4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4318 class GetResourcePolicyResult < 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 attached to the resource-based policy.
4318 4319 4320 4321 4322 4323 4324 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4318 class GetResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |