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.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def hub_name @hub_name end |