Class: Aws::Types::ApiDestination
- Inherits:
-
Object
- Object
- Aws::Types::ApiDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_destination_arn ⇒ ::String
Returns the value of attribute api_destination_arn.
-
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute api_destination_state.
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#http_method ⇒ "POST", ...
Returns the value of attribute http_method.
-
#invocation_endpoint ⇒ ::String
Returns the value of attribute invocation_endpoint.
-
#invocation_rate_limit_per_second ⇒ ::Integer
Returns the value of attribute invocation_rate_limit_per_second.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#api_destination_arn ⇒ ::String
Returns the value of attribute api_destination_arn.
17 18 19 |
# File 'sig/types.rbs', line 17 def api_destination_arn @api_destination_arn end |
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute api_destination_state.
19 20 21 |
# File 'sig/types.rbs', line 19 def api_destination_state @api_destination_state end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def connection_arn @connection_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
24 25 26 |
# File 'sig/types.rbs', line 24 def creation_time @creation_time end |
#http_method ⇒ "POST", ...
Returns the value of attribute http_method.
22 23 24 |
# File 'sig/types.rbs', line 22 def http_method @http_method end |
#invocation_endpoint ⇒ ::String
Returns the value of attribute invocation_endpoint.
21 22 23 |
# File 'sig/types.rbs', line 21 def invocation_endpoint @invocation_endpoint end |
#invocation_rate_limit_per_second ⇒ ::Integer
Returns the value of attribute invocation_rate_limit_per_second.
23 24 25 |
# File 'sig/types.rbs', line 23 def invocation_rate_limit_per_second @invocation_rate_limit_per_second end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
25 26 27 |
# File 'sig/types.rbs', line 25 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
18 19 20 |
# File 'sig/types.rbs', line 18 def name @name end |