Class: Aws::Types::SoftwareAssociations
- Inherits:
-
Object
- Object
- Aws::Types::SoftwareAssociations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_error ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute deployment_error.
-
#software_name ⇒ ::String
Returns the value of attribute software_name.
-
#status ⇒ "STAGED_FOR_INSTALLATION", ...
Returns the value of attribute status.
Instance Attribute Details
#deployment_error ⇒ ::Array[Types::ErrorDetails]
Returns the value of attribute deployment_error.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def deployment_error @deployment_error end |
#software_name ⇒ ::String
Returns the value of attribute software_name.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def software_name @software_name end |
#status ⇒ "STAGED_FOR_INSTALLATION", ...
Returns the value of attribute status.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def status @status end |