Class: Aws::Types::DescribeIntegrationsMessage

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::Filter]

Returns the value of attribute filters.

Returns:



2334
2335
2336
# File 'sig/types.rbs', line 2334

def filters
  @filters
end

#integration_identifier::String

Returns the value of attribute integration_identifier.

Returns:

  • (::String)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def integration_identifier
  @integration_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2336
2337
2338
# File 'sig/types.rbs', line 2336

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2335
2336
2337
# File 'sig/types.rbs', line 2335

def max_records
  @max_records
end