Class: Aws::Types::UpdateAgentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reset_order_number ⇒ Boolean
Returns the value of attribute reset_order_number.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
8681 8682 8683 |
# File 'sig/types.rbs', line 8681 def agent_status_id @agent_status_id end |
#description ⇒ ::String
Returns the value of attribute description.
8683 8684 8685 |
# File 'sig/types.rbs', line 8683 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
8685 8686 8687 |
# File 'sig/types.rbs', line 8685 def display_order @display_order end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8680 8681 8682 |
# File 'sig/types.rbs', line 8680 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8682 8683 8684 |
# File 'sig/types.rbs', line 8682 def name @name end |
#reset_order_number ⇒ Boolean
Returns the value of attribute reset_order_number.
8686 8687 8688 |
# File 'sig/types.rbs', line 8686 def reset_order_number @reset_order_number end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
8684 8685 8686 |
# File 'sig/types.rbs', line 8684 def state @state end |