Class: Aws::Types::ListFieldsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields ⇒ ::Array[Types::FieldSummary]

Returns the value of attribute fields.

Returns:



849
850
851
# File 'sig/types.rbs', line 849

def fields
  @fields
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def next_token
  @next_token
end