Class: Aws::Types::ListIntegrationResourcePropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::IntegrationResourcePropertyFilter]

Returns the value of attribute filters.



5362
5363
5364
# File 'sig/types.rbs', line 5362

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


5361
5362
5363
# File 'sig/types.rbs', line 5361

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


5363
5364
5365
# File 'sig/types.rbs', line 5363

def max_records
  @max_records
end