Class: Aws::CloudWatchOmni::Types::UpdateAccessProfileOutput

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

#access_profileTypes::AccessProfile

The access profile.



4847
4848
4849
4850
4851
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4847

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