Class: Aws::LookoutEquipment::Types::PutResourcePolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::PutResourcePolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for the request.
 - 
  
    
      #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 is being created.
 - 
  
    
      #resource_policy  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The JSON-formatted resource policy to create.
 
Instance Attribute Details
#client_token ⇒ String
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      3780 3781 3782 3783 3784 3785 3786 3787  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3780 class PutResourcePolicyRequest < Struct.new( :resource_arn, :resource_policy, :policy_revision_id, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_revision_id ⇒ String
A unique identifier for a revision of the resource policy.
      3780 3781 3782 3783 3784 3785 3786 3787  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3780 class PutResourcePolicyRequest < Struct.new( :resource_arn, :resource_policy, :policy_revision_id, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which the policy is being created.
      3780 3781 3782 3783 3784 3785 3786 3787  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3780 class PutResourcePolicyRequest < Struct.new( :resource_arn, :resource_policy, :policy_revision_id, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_policy ⇒ String
The JSON-formatted resource policy to create.
      3780 3781 3782 3783 3784 3785 3786 3787  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3780 class PutResourcePolicyRequest < Struct.new( :resource_arn, :resource_policy, :policy_revision_id, :client_token) SENSITIVE = [] include Aws::Structure end  |