Class: Aws::Types::GetCommandInvocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCommandInvocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command_id ⇒ ::String
Returns the value of attribute command_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#plugin_name ⇒ ::String
Returns the value of attribute plugin_name.
Instance Attribute Details
#command_id ⇒ ::String
Returns the value of attribute command_id.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def command_id @command_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def instance_id @instance_id end |
#plugin_name ⇒ ::String
Returns the value of attribute plugin_name.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def plugin_name @plugin_name end |