Class: Aws::Types::UpdateHubContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHubContentResponse
- 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.
12135 12136 12137 |
# File 'sig/types.rbs', line 12135 def hub_arn @hub_arn end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
12136 12137 12138 |
# File 'sig/types.rbs', line 12136 def hub_content_arn @hub_content_arn end |