Class: Aws::Types::CreateApiDestinationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiDestinationRequest
- 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.
188 189 190 |
# File 'sig/types.rbs', line 188 def connection_arn @connection_arn end |
#description ⇒ ::String
Returns the value of attribute description.
187 188 189 |
# File 'sig/types.rbs', line 187 def description @description end |
#http_method ⇒ "POST", ...
Returns the value of attribute http_method.
190 191 192 |
# File 'sig/types.rbs', line 190 def http_method @http_method end |
#invocation_endpoint ⇒ ::String
Returns the value of attribute invocation_endpoint.
189 190 191 |
# File 'sig/types.rbs', line 189 def invocation_endpoint @invocation_endpoint end |
#invocation_rate_limit_per_second ⇒ ::Integer
Returns the value of attribute invocation_rate_limit_per_second.
191 192 193 |
# File 'sig/types.rbs', line 191 def invocation_rate_limit_per_second @invocation_rate_limit_per_second end |
#name ⇒ ::String
Returns the value of attribute name.
186 187 188 |
# File 'sig/types.rbs', line 186 def name @name end |