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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeString

Returns:

  • (String)


716
717
718
719
720
721
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 716

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)


716
717
718
719
720
721
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 716

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