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.
119 120 121 |
# File 'sig/types.rbs', line 119 def agent_status_arn @agent_status_arn end |
#agent_status_id ⇒ ::String
Returns the value of attribute agent_status_id.
120 121 122 |
# File 'sig/types.rbs', line 120 def agent_status_id @agent_status_id end |
#description ⇒ ::String
Returns the value of attribute description.
122 123 124 |
# File 'sig/types.rbs', line 122 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
124 125 126 |
# File 'sig/types.rbs', line 124 def display_order @display_order end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
128 129 130 |
# File 'sig/types.rbs', line 128 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
127 128 129 |
# File 'sig/types.rbs', line 127 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
121 122 123 |
# File 'sig/types.rbs', line 121 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
125 126 127 |
# File 'sig/types.rbs', line 125 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
126 127 128 |
# File 'sig/types.rbs', line 126 def @tags end |
#type ⇒ "ROUTABLE", ...
Returns the value of attribute type.
123 124 125 |
# File 'sig/types.rbs', line 123 def type @type end |