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.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def description @description end |
#display_order ⇒ ::Integer
Returns the value of attribute display_order.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def display_order @display_order end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def name @name end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def end |