Class: Aws::SsmSap::Types::DeleteResourcePermissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::DeleteResourcePermissionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
Delete or restore the permissions on the target database.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#source_resource_arn ⇒ String
The Amazon Resource Name (ARN) of the source resource.
Instance Attribute Details
#action_type ⇒ String
Delete or restore the permissions on the target database.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the source resource.
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 |