Class: Aws::Types::GetLabelsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#labels::Array[Types::Label]

Returns the value of attribute labels.

Returns:



789
790
791
# File 'sig/types.rbs', line 789

def labels
  @labels
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def next_token
  @next_token
end