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.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def display_order @display_order end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def @tags end |