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.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def display_order @display_order end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def @tags end |