Class: Aws::Types::ListSchemaVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit ⇒ ::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


365
366
367
# File 'sig/types.rbs', line 365

def limit
  @limit
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def next_token
  @next_token
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def schema_name
  @schema_name
end