Class: Aws::CloudWatchOmni::Types::UpdateAccessProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateAccessProfileInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description of the access profile.
-
#name ⇒ String
A new name for the access profile.
-
#profile_id ⇒ String
The unique ID of the access profile to update.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#description ⇒ String
A new description of the access profile. Omit to leave unchanged.
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 |
#name ⇒ String
A new name for the access profile. Omit to leave unchanged.
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_id ⇒ String
The unique ID of the access profile to update.
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_id ⇒ String
The unique ID of the space.
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 |