Class: Aws::SsmSap::Types::DeleteResourcePermissionOutput

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

#policyString

The policy that removes permissions on the target database.

Returns:

  • (String)


525
526
527
528
529
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 525

class DeleteResourcePermissionOutput < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end