Class: Aws::Types::ListReleaseLabelsOutput

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:

  • (::String)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def next_token
  @next_token
end

#release_labels::Array[::String]

Returns the value of attribute release_labels.

Returns:

  • (::Array[::String])


1045
1046
1047
# File 'sig/types.rbs', line 1045

def release_labels
  @release_labels
end