Class: Aws::Types::StartMonitorDeploymentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4453
4454
4455
# File 'sig/types.rbs', line 4453

def arn
  @arn
end

#cloud_watch_alarm_template_group_ids::Array[::String]

Returns the value of attribute cloud_watch_alarm_template_group_ids.

Returns:

  • (::Array[::String])


4454
4455
4456
# File 'sig/types.rbs', line 4454

def cloud_watch_alarm_template_group_ids
  @cloud_watch_alarm_template_group_ids
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4455
4456
4457
# File 'sig/types.rbs', line 4455

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4456
4457
4458
# File 'sig/types.rbs', line 4456

def description
  @description
end

#discovery_entry_point_arn::String

Returns the value of attribute discovery_entry_point_arn.

Returns:

  • (::String)


4457
4458
4459
# File 'sig/types.rbs', line 4457

def discovery_entry_point_arn
  @discovery_entry_point_arn
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4458
4459
4460
# File 'sig/types.rbs', line 4458

def error_message
  @error_message
end

#event_bridge_rule_template_group_ids::Array[::String]

Returns the value of attribute event_bridge_rule_template_group_ids.

Returns:

  • (::Array[::String])


4459
4460
4461
# File 'sig/types.rbs', line 4459

def event_bridge_rule_template_group_ids
  @event_bridge_rule_template_group_ids
end

#failed_media_resource_map::Hash[::String, Types::MediaResource]

Returns the value of attribute failed_media_resource_map.

Returns:



4460
4461
4462
# File 'sig/types.rbs', line 4460

def failed_media_resource_map
  @failed_media_resource_map
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def id
  @id
end

#last_discovered_at::Time

Returns the value of attribute last_discovered_at.

Returns:

  • (::Time)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def last_discovered_at
  @last_discovered_at
end

#last_successful_monitor_deploymentTypes::SuccessfulMonitorDeployment

Returns the value of attribute last_successful_monitor_deployment.



4463
4464
4465
# File 'sig/types.rbs', line 4463

def last_successful_monitor_deployment
  @last_successful_monitor_deployment
end

#media_resource_map::Hash[::String, Types::MediaResource]

Returns the value of attribute media_resource_map.

Returns:



4464
4465
4466
# File 'sig/types.rbs', line 4464

def media_resource_map
  @media_resource_map
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4465
4466
4467
# File 'sig/types.rbs', line 4465

def modified_at
  @modified_at
end

#monitor_changes_pending_deploymentBoolean

Returns the value of attribute monitor_changes_pending_deployment.

Returns:

  • (Boolean)


4466
4467
4468
# File 'sig/types.rbs', line 4466

def monitor_changes_pending_deployment
  @monitor_changes_pending_deployment
end

#monitor_deploymentTypes::MonitorDeployment

Returns the value of attribute monitor_deployment.



4467
4468
4469
# File 'sig/types.rbs', line 4467

def monitor_deployment
  @monitor_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4468
4469
4470
# File 'sig/types.rbs', line 4468

def name
  @name
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_REVERTED", "UPDATE_FAILED", "READY", "NOT_READY")


4469
4470
4471
# File 'sig/types.rbs', line 4469

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4470
4471
4472
# File 'sig/types.rbs', line 4470

def tags
  @tags
end