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.
4696 4697 4698 |
# File 'sig/types.rbs', line 4696 def create_time @create_time end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
4698 4699 4700 |
# File 'sig/types.rbs', line 4698 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4694 4695 4696 |
# File 'sig/types.rbs', line 4694 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def integration_config @integration_config end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4693 4694 4695 |
# File 'sig/types.rbs', line 4693 def target_arn @target_arn end |