Class: Aws::LookoutEquipment::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_revision_id ⇒ String
A unique identifier for a revision of the resource policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which the policy was created.
Instance Attribute Details
#policy_revision_id ⇒ String
A unique identifier for a revision of the resource policy.
3800 3801 3802 3803 3804 3805 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3800 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which the policy was created.
3800 3801 3802 3803 3804 3805 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3800 class PutResourcePolicyResponse < Struct.new( :resource_arn, :policy_revision_id) SENSITIVE = [] include Aws::Structure end |