Class: Aws::CloudWatchOmni::Types::AccessProfile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

An Access Profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of this access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#assume_statusString

The calling principal's authorization to assume this access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the access profile was created.

Returns:

  • (Time)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

An optional description of the access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name that identifies the access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique ID of the access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#profile_typeString

Who manages the access profile.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#space_idString

The ID of the space the profile belongs to.

Returns:

  • (String)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the access profile was last updated.

Returns:

  • (Time)


244
245
246
247
248
249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 244

class AccessProfile < Struct.new(
  :profile_id,
  :space_id,
  :arn,
  :name,
  :description,
  :created_at,
  :updated_at,
  :assume_status,
  :profile_type)
  SENSITIVE = []
  include Aws::Structure
end