Class: Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::PutResourcePolicyResult
- 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 Resource Policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice 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.
4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4655 class PutResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The JSON formatted Resource Policy.
4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4655 class PutResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS End User Messaging SMS and Voice resource attached to the resource-based policy.
4655 4656 4657 4658 4659 4660 4661 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4655 class PutResourcePolicyResult < Struct.new( :resource_arn, :policy, :created_timestamp) SENSITIVE = [] include Aws::Structure end |