Class: Aws::Types::UpdateHubContentReferenceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHubContentReferenceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
-
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
Instance Attribute Details
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
12116 12117 12118 |
# File 'sig/types.rbs', line 12116 def hub_arn @hub_arn end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
12117 12118 12119 |
# File 'sig/types.rbs', line 12117 def hub_content_arn @hub_content_arn end |