Class: Aws::Types::ListSchemaExtensionsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def next_token
  @next_token
end

#schema_extensions_info::Array[Types::SchemaExtensionInfo]

Returns the value of attribute schema_extensions_info.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def schema_extensions_info
  @schema_extensions_info
end