Class: Aws::CloudWatchOmni::Types::CreateAccessProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateAccessProfileOutput
- 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.
833 834 835 836 837 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 833 class CreateAccessProfileOutput < Struct.new( :access_profile) SENSITIVE = [] include Aws::Structure end |