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.
4370 4371 4372 |
# File 'sig/types.rbs', line 4370 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
4369 4370 4371 |
# File 'sig/types.rbs', line 4369 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
4371 4372 4373 |
# File 'sig/types.rbs', line 4371 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
4368 4369 4370 |
# File 'sig/types.rbs', line 4368 def hub_name @hub_name end |