Class: Aws::Types::GetQueueFleetAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def created_by
  @created_by
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def fleet_id
  @fleet_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def queue_id
  @queue_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS", "STOPPED")


1470
1471
1472
# File 'sig/types.rbs', line 1470

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1474
1475
1476
# File 'sig/types.rbs', line 1474

def updated_by
  @updated_by
end