Class: Aws::CloudWatchOmni::Types::DeleteAccessGrantInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grant_idString

The ID of the access grant to delete.

Returns:

  • (String)


1405
1406
1407
1408
1409
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1405

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