Class: Aws::RAM::Types::GetPermissionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::GetPermissionResponse
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permission ⇒ Types::ResourceSharePermissionDetail
An object with details about the permission.
Instance Attribute Details
#permission ⇒ Types::ResourceSharePermissionDetail
An object with details about the permission.
1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1169 class GetPermissionResponse < Struct.new( :permission) SENSITIVE = [] include Aws::Structure end |