Class: Aws::Types::ContainerInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_connectedBoolean

Returns the value of attribute agent_connected.

Returns:

  • (Boolean)


303
304
305
# File 'sig/types.rbs', line 303

def agent_connected
  @agent_connected
end

#agent_update_status"PENDING", ...

Returns the value of attribute agent_update_status.

Returns:

  • ("PENDING", "STAGING", "STAGED", "UPDATING", "UPDATED", "FAILED")


306
307
308
# File 'sig/types.rbs', line 306

def agent_update_status
  @agent_update_status
end

#attachments::Array[Types::Attachment]

Returns the value of attribute attachments.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def attachments
  @attachments
end

#attributes::Array[Types::Attribute]

Returns the value of attribute attributes.

Returns:



307
308
309
# File 'sig/types.rbs', line 307

def attributes
  @attributes
end

#capacity_provider_name::String

Returns the value of attribute capacity_provider_name.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def capacity_provider_name
  @capacity_provider_name
end

#container_instance_arn::String

Returns the value of attribute container_instance_arn.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def container_instance_arn
  @container_instance_arn
end

#ec2_instance_id::String

Returns the value of attribute ec2_instance_id.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def ec2_instance_id
  @ec2_instance_id
end

#health_statusTypes::ContainerInstanceHealthStatus

Returns the value of attribute health_status.



311
312
313
# File 'sig/types.rbs', line 311

def health_status
  @health_status
end

#pending_tasks_count::Integer

Returns the value of attribute pending_tasks_count.

Returns:

  • (::Integer)


305
306
307
# File 'sig/types.rbs', line 305

def pending_tasks_count
  @pending_tasks_count
end

#registered_at::Time

Returns the value of attribute registered_at.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def registered_at
  @registered_at
end

#registered_resources::Array[Types::Resource]

Returns the value of attribute registered_resources.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def registered_resources
  @registered_resources
end

#remaining_resources::Array[Types::Resource]

Returns the value of attribute remaining_resources.

Returns:



299
300
301
# File 'sig/types.rbs', line 299

def remaining_resources
  @remaining_resources
end

#running_tasks_count::Integer

Returns the value of attribute running_tasks_count.

Returns:

  • (::Integer)


304
305
306
# File 'sig/types.rbs', line 304

def running_tasks_count
  @running_tasks_count
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def status_reason
  @status_reason
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


297
298
299
# File 'sig/types.rbs', line 297

def version
  @version
end

#version_infoTypes::VersionInfo

Returns the value of attribute version_info.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def version_info
  @version_info
end