Class: Aws::Types::ListSchemasInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def collaboration_identifier
  @collaboration_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2274
2275
2276
# File 'sig/types.rbs', line 2274

def next_token
  @next_token
end

#schema_type"TABLE", ...

Returns the value of attribute schema_type.

Returns:

  • ("TABLE", "ID_MAPPING_TABLE", "INTERMEDIATE_TABLE")


2273
2274
2275
# File 'sig/types.rbs', line 2273

def schema_type
  @schema_type
end