Class: Aws::CloudWatchOmni::Types::GetAccessProfileOutput

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.



2021
2022
2023
2024
2025
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2021

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