Class: Aws::CloudWatchOmni::Types::GetAccessProfileInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetAccessProfileInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique ID of the access profile.
-
#space_id ⇒ String
The unique ID of the space.
Instance Attribute Details
#profile_id ⇒ String
The unique ID of the access profile.
2008 2009 2010 2011 2012 2013 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2008 class GetAccessProfileInput < Struct.new( :space_id, :profile_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space.
2008 2009 2010 2011 2012 2013 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2008 class GetAccessProfileInput < Struct.new( :space_id, :profile_id) SENSITIVE = [] include Aws::Structure end |