Class: Aws::CloudWatchOmni::Types::AccessProfileSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of this access profile.

Returns:

  • (String)


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

#descriptionString

An optional description of the access profile.

Returns:

  • (String)


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

#nameString

A name that identifies the access profile.

Returns:

  • (String)


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_idString

The unique ID of the access profile.

Returns:

  • (String)


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_typeString

Who manages the access profile.

Returns:

  • (String)


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