Class: Aws::Types::CreateHubRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHubRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
-
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
-
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def hub_description @hub_description end |
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def hub_display_name @hub_display_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def hub_name @hub_name end |
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def hub_search_keywords @hub_search_keywords end |
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def s3_storage_config @s3_storage_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def end |