Class: Aws::Deadline::Types::CreateMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateMonitorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_center_application_arn ⇒ String
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
-
#monitor_id ⇒ String
The unique identifier of the monitor.
Instance Attribute Details
#identity_center_application_arn ⇒ String
The Amazon Resource Name (ARN) that IAM Identity Center assigns to the monitor.
1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-deadline/types.rb', line 1341 class CreateMonitorResponse < Struct.new( :monitor_id, :identity_center_application_arn) SENSITIVE = [] include Aws::Structure end |
#monitor_id ⇒ String
The unique identifier of the monitor.
1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-deadline/types.rb', line 1341 class CreateMonitorResponse < Struct.new( :monitor_id, :identity_center_application_arn) SENSITIVE = [] include Aws::Structure end |