Class: Aws::Types::ListPublishedSchemaArnsResponse

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:



1250
1251
1252
# File 'sig/types.rbs', line 1250

def next_token
  @next_token
end

#schema_arns::Array[::String]

Returns the value of attribute schema_arns.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def schema_arns
  @schema_arns
end