Class: Aws::CloudWatchOmni::Types::AccessProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::AccessProfileSummary
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Summary of an access profile. Call GetAccessProfile for the full profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of this access profile.
-
#description ⇒ String
An optional description of the access profile.
-
#name ⇒ String
A name that identifies the access profile.
-
#profile_id ⇒ String
The unique ID of the access profile.
-
#profile_type ⇒ String
Who manages the access profile.
Instance Attribute Details
#arn ⇒ String
The ARN of this access profile.
283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 283 class AccessProfileSummary < Struct.new( :profile_id, :arn, :name, :description, :profile_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description of the access profile.
283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 283 class AccessProfileSummary < Struct.new( :profile_id, :arn, :name, :description, :profile_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the access profile.
283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 283 class AccessProfileSummary < Struct.new( :profile_id, :arn, :name, :description, :profile_type) SENSITIVE = [] include Aws::Structure end |
#profile_id ⇒ String
The unique ID of the access profile.
283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 283 class AccessProfileSummary < Struct.new( :profile_id, :arn, :name, :description, :profile_type) SENSITIVE = [] include Aws::Structure end |
#profile_type ⇒ String
Who manages the access profile.
283 284 285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 283 class AccessProfileSummary < Struct.new( :profile_id, :arn, :name, :description, :profile_type) SENSITIVE = [] include Aws::Structure end |