Class: Aws::Types::CreateHubRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_configTypes::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 tags
  @tags
end