Class: Aws::CloudWatchOmni::Types::UpdateAccessProfileInput

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

#descriptionString

A new description of the access profile. Omit to leave unchanged.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4832

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

#nameString

A new name for the access profile. Omit to leave unchanged.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4832

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

#profile_idString

The unique ID of the access profile to update.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4832

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

#space_idString

The unique ID of the space.

Returns:

  • (String)


4832
4833
4834
4835
4836
4837
4838
4839
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4832

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