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:



2717
2718
2719
# File 'sig/types.rbs', line 2717

def filters
  @filters
end

#integration_identifier::String

Returns the value of attribute integration_identifier.

Returns:

  • (::String)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def integration_identifier
  @integration_identifier
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def max_records
  @max_records
end