Class: Aws::CloudWatchOmni::Types::AccessProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::AccessProfile
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
An Access Profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of this access profile.
-
#assume_status ⇒ String
The calling principal's authorization to assume this access profile.
-
#created_at ⇒ Time
The timestamp when the access profile was created.
-
#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.
-
#space_id ⇒ String
The ID of the space the profile belongs to.
-
#updated_at ⇒ Time
The timestamp when the access profile was last updated.
Instance Attribute Details
#arn ⇒ String
The ARN of this access profile.
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.
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.
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.
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.
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.
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.
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.
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.
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 |