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
show all
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

Instance Attribute Details

#permission_arnString

The ARN of the permission.

Returns:

  • (String)

    The ARN of the permission.

#permission_versionInteger

The identifier for the version of the permission.

Returns:

  • (Integer)

    The identifier for the version of the permission.