Class: Aws::Types::ListBridgesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_arn::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def filter_arn
  @filter_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


978
979
980
# File 'sig/types.rbs', line 978

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def next_token
  @next_token
end