Class: Aws::Types::CreateAgentStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def display_order @display_order end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def @tags end |