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

Returns the value of attribute filters.

Returns:



1211
1212
1213
# File 'sig/types.rbs', line 1211

def filters
  @filters
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def integration_arn
  @integration_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def max_records
  @max_records
end