Class: Aws::Types::CreateHubContentReferenceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHubContentReferenceRequest
- 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_name ⇒ ::String
Returns the value of attribute hub_name.
-
#min_version ⇒ ::String
Returns the value of attribute min_version.
-
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def hub_content_name @hub_content_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def hub_name @hub_name end |
#min_version ⇒ ::String
Returns the value of attribute min_version.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def min_version @min_version end |
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def sage_maker_public_hub_content_arn @sage_maker_public_hub_content_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def end |