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.
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.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
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.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def source_arn @source_arn end |
#status ⇒ "creating", ...
Returns the value of attribute status.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def target_arn @target_arn end |