You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RAM::Types::GetPermissionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RAM::Types::GetPermissionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing GetPermissionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  permission_arn: "String", # required
  permission_version: 1,
}
Instance Attribute Summary collapse
- 
  
    
      #permission_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the permission. 
- 
  
    
      #permission_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the version of the permission. 
Instance Attribute Details
#permission_arn ⇒ String
The ARN of the permission.
#permission_version ⇒ Integer
The identifier for the version of the permission.