Class: Aws::Types::InboundIntegration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1712
1713
1714
# File 'sig/types.rbs', line 1712

def create_time
  @create_time
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



1711
1712
1713
# File 'sig/types.rbs', line 1711

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def integration_arn
  @integration_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1708
1709
1710
# File 'sig/types.rbs', line 1708

def source_arn
  @source_arn
end

#status"creating", ...

Returns the value of attribute status.

Returns:

  • ("creating", "active", "modifying", "failed", "deleting", "syncing", "needs_attention")


1710
1711
1712
# File 'sig/types.rbs', line 1710

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


1709
1710
1711
# File 'sig/types.rbs', line 1709

def target_arn
  @target_arn
end