Class: Aws::Types::DeleteHubContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHubContentRequest
- 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_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
-
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
Instance Attribute Details
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def hub_name @hub_name end |