Class: Aws::Types::ImportHubContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportHubContentResponse
- 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.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def hub_arn @hub_arn end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def hub_content_arn @hub_content_arn end |