Class: Aws::SsmSap::Types::GetResourcePermissionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

Returns:

  • (String)


728
729
730
731
732
733
# File 'lib/aws-sdk-ssmsap/types.rb', line 728

class GetResourcePermissionInput < Struct.new(
  :action_type,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


728
729
730
731
732
733
# File 'lib/aws-sdk-ssmsap/types.rb', line 728

class GetResourcePermissionInput < Struct.new(
  :action_type,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end