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:



1717
1718
1719
# File 'sig/types.rbs', line 1717

def create_time
  @create_time
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



1716
1717
1718
# File 'sig/types.rbs', line 1716

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:



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

def integration_arn
  @integration_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



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

def source_arn
  @source_arn
end

#status"creating", ...

Returns the value of attribute status.

Returns:



1715
1716
1717
# File 'sig/types.rbs', line 1715

def status
  @status
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:



1714
1715
1716
# File 'sig/types.rbs', line 1714

def target_arn
  @target_arn
end