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.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def hub_description @hub_description end |
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def hub_display_name @hub_display_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 |
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def hub_search_keywords @hub_search_keywords end |
#s3_storage_config ⇒ Types::HubS3StorageConfig
Returns the value of attribute s3_storage_config.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def s3_storage_config @s3_storage_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def @tags end |