Class: Aws::Types::SegmentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item::Array[Types::SegmentResponse]

Returns the value of attribute item.

Returns:



2717
2718
2719
# File 'sig/types.rbs', line 2717

def item
  @item
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2718
2719
2720
# File 'sig/types.rbs', line 2718

def next_token
  @next_token
end