Class: Aws::CloudWatchOmni::Types::GetAccessProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetAccessProfileOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_profile ⇒ Types::AccessProfile
The access profile.
Instance Attribute Details
#access_profile ⇒ Types::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 |