Class: Aws::Types::InboundIntegration
- Inherits:
-
Object
- Object
- Aws::Types::InboundIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#status ⇒ "creating", ...
Returns the value of attribute status.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_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.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
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.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def source_arn @source_arn end |
#status ⇒ "creating", ...
Returns the value of attribute status.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def target_arn @target_arn end |