Class: Aws::Signer::Types::RemoveProfilePermissionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Signer::Types::RemoveProfilePermissionRequest
 
- Defined in:
- gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A human-readable name for the signing profile with permissions to be removed. 
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An identifier for the current revision of the signing profile permissions. 
- 
  
    
      #statement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the cross-account permissions statement. 
Instance Attribute Details
#profile_name ⇒ String
A human-readable name for the signing profile with permissions to be removed.
| 966 967 968 969 970 971 972 | # File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966 class RemoveProfilePermissionRequest < Struct.new( :profile_name, :revision_id, :statement_id) SENSITIVE = [] include Aws::Structure end | 
#revision_id ⇒ String
An identifier for the current revision of the signing profile permissions.
| 966 967 968 969 970 971 972 | # File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966 class RemoveProfilePermissionRequest < Struct.new( :profile_name, :revision_id, :statement_id) SENSITIVE = [] include Aws::Structure end | 
#statement_id ⇒ String
A unique identifier for the cross-account permissions statement.
| 966 967 968 969 970 971 972 | # File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 966 class RemoveProfilePermissionRequest < Struct.new( :profile_name, :revision_id, :statement_id) SENSITIVE = [] include Aws::Structure end |