Class: Aws::Types::StartMonitorDeploymentResponseContent

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)


4475
4476
4477
# File 'sig/types.rbs', line 4475

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])


4476
4477
4478
# File 'sig/types.rbs', line 4476

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)


4477
4478
4479
# File 'sig/types.rbs', line 4477

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4478
4479
4480
# File 'sig/types.rbs', line 4478

def description
  @description
end

#discovery_entry_point_arn::String

Returns the value of attribute discovery_entry_point_arn.

Returns:

  • (::String)


4479
4480
4481
# File 'sig/types.rbs', line 4479

def discovery_entry_point_arn
  @discovery_entry_point_arn
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


4480
4481
4482
# File 'sig/types.rbs', line 4480

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])


4481
4482
4483
# File 'sig/types.rbs', line 4481

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:



4482
4483
4484
# File 'sig/types.rbs', line 4482

def failed_media_resource_map
  @failed_media_resource_map
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def id
  @id
end

#last_discovered_at::Time

Returns the value of attribute last_discovered_at.

Returns:

  • (::Time)


4484
4485
4486
# File 'sig/types.rbs', line 4484

def last_discovered_at
  @last_discovered_at
end

#last_successful_monitor_deploymentTypes::SuccessfulMonitorDeployment

Returns the value of attribute last_successful_monitor_deployment.



4485
4486
4487
# File 'sig/types.rbs', line 4485

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:



4486
4487
4488
# File 'sig/types.rbs', line 4486

def media_resource_map
  @media_resource_map
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


4487
4488
4489
# File 'sig/types.rbs', line 4487

def modified_at
  @modified_at
end

#monitor_changes_pending_deploymentBoolean

Returns the value of attribute monitor_changes_pending_deployment.

Returns:

  • (Boolean)


4488
4489
4490
# File 'sig/types.rbs', line 4488

def monitor_changes_pending_deployment
  @monitor_changes_pending_deployment
end

#monitor_deploymentTypes::MonitorDeployment

Returns the value of attribute monitor_deployment.



4489
4490
4491
# File 'sig/types.rbs', line 4489

def monitor_deployment
  @monitor_deployment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4490
4491
4492
# File 'sig/types.rbs', line 4490

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")


4491
4492
4493
# File 'sig/types.rbs', line 4491

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


4492
4493
4494
# File 'sig/types.rbs', line 4492

def tags
  @tags
end