Class: Aws::Types::DescribeHubContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHubContentRequest
- 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.
4353 4354 4355 |
# File 'sig/types.rbs', line 4353 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
4352 4353 4354 |
# File 'sig/types.rbs', line 4352 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
4354 4355 4356 |
# File 'sig/types.rbs', line 4354 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
4351 4352 4353 |
# File 'sig/types.rbs', line 4351 def hub_name @hub_name end |