Class: Aws::Types::DeleteHubContentReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteHubContentReferenceRequest
- 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_name ⇒ ::String
Returns the value of attribute hub_name.
Instance Attribute Details
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
3388 3389 3390 |
# File 'sig/types.rbs', line 3388 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
3387 3388 3389 |
# File 'sig/types.rbs', line 3387 def hub_content_type @hub_content_type end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
3386 3387 3388 |
# File 'sig/types.rbs', line 3386 def hub_name @hub_name end |