Class: Aws::Deadline::Types::CreateMonitorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateMonitorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_center_application_arn ⇒ String
The Amazon Resource Name 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 that IAM Identity Center assigns to the monitor.
3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-deadline/types.rb', line 3071 class CreateMonitorResponse < Struct.new( :monitor_id, :identity_center_application_arn) SENSITIVE = [] include Aws::Structure end |
#monitor_id ⇒ String
The unique identifier of the monitor.
3071 3072 3073 3074 3075 3076 |
# File 'lib/aws-sdk-deadline/types.rb', line 3071 class CreateMonitorResponse < Struct.new( :monitor_id, :identity_center_application_arn) SENSITIVE = [] include Aws::Structure end |