Class: Aws::SsmSap::Types::DeleteResourcePermissionInput

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

Delete or restore the permissions on the target database.

Returns:

  • (String)


499
500
501
502
503
504
505
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 499

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


499
500
501
502
503
504
505
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 499

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

#source_resource_arnString

The Amazon Resource Name (ARN) of the source resource.

Returns:

  • (String)


499
500
501
502
503
504
505
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 499

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