Class: Aws::Types::UpdateHubRequest

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)


12165
12166
12167
# File 'sig/types.rbs', line 12165

def hub_description
  @hub_description
end

#hub_display_name::String

Returns the value of attribute hub_display_name.

Returns:

  • (::String)


12166
12167
12168
# File 'sig/types.rbs', line 12166

def hub_display_name
  @hub_display_name
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


12164
12165
12166
# File 'sig/types.rbs', line 12164

def hub_name
  @hub_name
end

#hub_search_keywords::Array[::String]

Returns the value of attribute hub_search_keywords.

Returns:

  • (::Array[::String])


12167
12168
12169
# File 'sig/types.rbs', line 12167

def hub_search_keywords
  @hub_search_keywords
end