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)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def collaboration_identifier
  @collaboration_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def next_token
  @next_token
end

#schema_type"TABLE", ...

Returns the value of attribute schema_type.

Returns:

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


2252
2253
2254
# File 'sig/types.rbs', line 2252

def schema_type
  @schema_type
end