Class: Aws::Types::BaseModel
- Inherits:
-
Object
- Object
- Aws::Types::BaseModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
-
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
-
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
Instance Attribute Details
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
787 788 789 |
# File 'sig/types.rbs', line 787 def hub_content_name @hub_content_name end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
788 789 790 |
# File 'sig/types.rbs', line 788 def hub_content_version @hub_content_version end |
#recipe_name ⇒ ::String
Returns the value of attribute recipe_name.
789 790 791 |
# File 'sig/types.rbs', line 789 def recipe_name @recipe_name end |