Class: Aws::Types::ListFragmentsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_selectorTypes::FragmentSelector

Returns the value of attribute fragment_selector.



177
178
179
# File 'sig/types.rbs', line 177

def fragment_selector
  @fragment_selector
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def next_token
  @next_token
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def stream_name
  @stream_name
end