Class: Aws::Types::UpdateHubContentReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHubContentReferenceRequest
- 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.
-
#min_version ⇒ ::String
Returns the value of attribute min_version.
Instance Attribute Details
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
12193 12194 12195 |
# File 'sig/types.rbs', line 12193 def hub_content_name @hub_content_name end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
12194 12195 12196 |
# File 'sig/types.rbs', line 12194 def hub_content_type @hub_content_type end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
12192 12193 12194 |
# File 'sig/types.rbs', line 12192 def hub_name @hub_name end |
#min_version ⇒ ::String
Returns the value of attribute min_version.
12195 12196 12197 |
# File 'sig/types.rbs', line 12195 def min_version @min_version end |