Class: Aws::Types::UpdateApiDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiDestinationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def connection_arn @connection_arn end |
#description ⇒ ::String
Returns the value of attribute description.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def description @description end |
#http_method ⇒ "POST", ...
Returns the value of attribute http_method.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def http_method @http_method end |
#invocation_endpoint ⇒ ::String
Returns the value of attribute invocation_endpoint.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def invocation_endpoint @invocation_endpoint end |
#invocation_rate_limit_per_second ⇒ ::Integer
Returns the value of attribute invocation_rate_limit_per_second.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def invocation_rate_limit_per_second @invocation_rate_limit_per_second end |
#name ⇒ ::String
Returns the value of attribute name.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def name @name end |