Class: Aws::Types::DescribeIntegrationsRequest

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

Returns the value of attribute filters.

Returns:



2711
2712
2713
# File 'sig/types.rbs', line 2711

def filters
  @filters
end

#integration_identifier::String

Returns the value of attribute integration_identifier.

Returns:

  • (::String)


2708
2709
2710
# File 'sig/types.rbs', line 2708

def integration_identifier
  @integration_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2709
2710
2711
# File 'sig/types.rbs', line 2709

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2710
2711
2712
# File 'sig/types.rbs', line 2710

def max_records
  @max_records
end