Class: Aws::Types::QueueFleetAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::QueueFleetAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def created_by @created_by end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def fleet_id @fleet_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def queue_id @queue_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def updated_by @updated_by end |