Class: Aws::Types::DescribeSchemasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def marker
  @marker
end

#schemas::Array[::String]

Returns the value of attribute schemas.

Returns:

  • (::Array[::String])


1296
1297
1298
# File 'sig/types.rbs', line 1296

def schemas
  @schemas
end