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)


760
761
762
763
764
765
# File 'lib/aws-sdk-ssmsap/types.rb', line 760

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)


760
761
762
763
764
765
# File 'lib/aws-sdk-ssmsap/types.rb', line 760

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