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

#arn ⇒ String

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_status ⇒ String

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_at ⇒ Time

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

#description ⇒ String

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

#name ⇒ String

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_id ⇒ String

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_type ⇒ String

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_id ⇒ String

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_at ⇒ Time

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