Class: Aws::CloudWatchOmni::Types::DeleteAccessProfileInput

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

#profile_idString

The unique ID of the access profile to delete.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1425

class DeleteAccessProfileInput < Struct.new(
  :space_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The unique ID of the space.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1425

class DeleteAccessProfileInput < Struct.new(
  :space_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end