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.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def hub_content_name @hub_content_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def hub_name @hub_name end |
#min_version ⇒ ::String
Returns the value of attribute min_version.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def min_version @min_version end |
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def sage_maker_public_hub_content_arn @sage_maker_public_hub_content_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def @tags end |