Class: Aws::Types::DescribeInboundIntegrationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


2700
2701
2702
# File 'sig/types.rbs', line 2700

def integration_arn
  @integration_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2701
2702
2703
# File 'sig/types.rbs', line 2701

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2702
2703
2704
# File 'sig/types.rbs', line 2702

def max_records
  @max_records
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def target_arn
  @target_arn
end