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

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

Delete or restore the permissions on the target database.

Returns:

  • (String)


511
512
513
514
515
516
517
# File 'lib/aws-sdk-ssmsap/types.rb', line 511

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)


511
512
513
514
515
516
517
# File 'lib/aws-sdk-ssmsap/types.rb', line 511

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)


511
512
513
514
515
516
517
# File 'lib/aws-sdk-ssmsap/types.rb', line 511

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