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.
4706 4707 4708 |
# File 'sig/types.rbs', line 4706 def create_time @create_time end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
4708 4709 4710 |
# File 'sig/types.rbs', line 4708 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4704 4705 4706 |
# File 'sig/types.rbs', line 4704 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
4707 4708 4709 |
# File 'sig/types.rbs', line 4707 def integration_config @integration_config end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
4705 4706 4707 |
# File 'sig/types.rbs', line 4705 def status @status end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def target_arn @target_arn end |