Class: Aws::Types::CreateCatalogRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_inputTypes::CatalogInput

Returns the value of attribute catalog_input.

Returns:



1329
1330
1331
# File 'sig/types.rbs', line 1329

def catalog_input
  @catalog_input
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1330
1331
1332
# File 'sig/types.rbs', line 1330

def tags
  @tags
end