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)


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

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