Class: Aws::Types::AgentStatus
- Inherits:
-
Object
- Object
- Aws::Types::AgentStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status_arn ⇒ ::String
Returns the value of attribute agent_status_arn.
-
#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.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "ROUTABLE", ...
Returns the value of attribute type.
Instance Attribute Details
#agent_status_arn ⇒ ::String
Returns the value of attribute agent_status_arn.
112 113 114 |
# File 'sig/types.rbs', line 112 def agent_status_arn @agent_status_arn end |
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def agent_status_id @agent_status_id end |
#description ⇒ ::String
Returns the value of attribute description.
115 116 117 |
# File 'sig/types.rbs', line 115 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
117 118 119 |
# File 'sig/types.rbs', line 117 def display_order @display_order end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
121 122 123 |
# File 'sig/types.rbs', line 121 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
120 121 122 |
# File 'sig/types.rbs', line 120 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
114 115 116 |
# File 'sig/types.rbs', line 114 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
118 119 120 |
# File 'sig/types.rbs', line 118 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
119 120 121 |
# File 'sig/types.rbs', line 119 def @tags end |
#type ⇒ "ROUTABLE", ...
Returns the value of attribute type.
116 117 118 |
# File 'sig/types.rbs', line 116 def type @type end |