Class: Aws::Types::SolutionBase
- Inherits:
-
Object
- Object
- Aws::Types::SolutionBase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_marketplace_solution_arn ⇒ ::String
Returns the value of attribute aws_marketplace_solution_arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def arn @arn end |
#aws_marketplace_solution_arn ⇒ ::String
Returns the value of attribute aws_marketplace_solution_arn.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def aws_marketplace_solution_arn @aws_marketplace_solution_arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def catalog @catalog end |
#category ⇒ ::String
Returns the value of attribute category.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def category @category end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def created_date @created_date end |
#id ⇒ ::String
Returns the value of attribute id.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def name @name end |
#status ⇒ "Active", ...
Returns the value of attribute status.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def status @status end |