Class: Aws::Deadline::Types::CreateMonitorResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identity_center_application_arnString

The Amazon Resource Name that IAM Identity Center assigns to the monitor.

Returns:

  • (String)


3060
3061
3062
3063
3064
3065
# File 'lib/aws-sdk-deadline/types.rb', line 3060

class CreateMonitorResponse < Struct.new(
  :monitor_id,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#monitor_idString

The unique identifier of the monitor.

Returns:

  • (String)


3060
3061
3062
3063
3064
3065
# File 'lib/aws-sdk-deadline/types.rb', line 3060

class CreateMonitorResponse < Struct.new(
  :monitor_id,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end