Class: Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::GetResourcePolicyResult
- 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] format.
-
#policy ⇒ String
The JSON formatted string that contains the resource-based policy attached to the End User MessagingSMS resource.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the End User MessagingSMS 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.
[1]: www.epochconverter.com/
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3542 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 MessagingSMS resource.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3542 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 MessagingSMS resource attached to the resource-based policy.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3542 class GetResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |