Class: Aws::Types::CreateHubRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hub_description::String

Returns the value of attribute hub_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2282
2283
2284
# File 'sig/types.rbs', line 2282

def hub_search_keywords
  @hub_search_keywords
end

#s3_storage_configTypes::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.

Returns:



2284
2285
2286
# File 'sig/types.rbs', line 2284

def tags
  @tags
end