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.
-
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
-
#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.
4677 4678 4679 |
# File 'sig/types.rbs', line 4677 def create_time @create_time end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
4679 4680 4681 |
# File 'sig/types.rbs', line 4679 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
4678 4679 4680 |
# File 'sig/types.rbs', line 4678 def integration_config @integration_config end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def target_arn @target_arn end |