Class: Aws::RAM::Types::GetPermissionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissionTypes::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