Class: Aws::Types::DescribeApiDestinationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApiDestinationResponse
- 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.
-
#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.
-
#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.
352 353 354 |
# File 'sig/types.rbs', line 352 def api_destination_arn @api_destination_arn end |
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute api_destination_state.
355 356 357 |
# File 'sig/types.rbs', line 355 def api_destination_state @api_destination_state end |
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def connection_arn @connection_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
360 361 362 |
# File 'sig/types.rbs', line 360 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
354 355 356 |
# File 'sig/types.rbs', line 354 def description @description end |
#http_method ⇒ "POST", ...
Returns the value of attribute http_method.
358 359 360 |
# File 'sig/types.rbs', line 358 def http_method @http_method end |
#invocation_endpoint ⇒ ::String
Returns the value of attribute invocation_endpoint.
357 358 359 |
# File 'sig/types.rbs', line 357 def invocation_endpoint @invocation_endpoint end |
#invocation_rate_limit_per_second ⇒ ::Integer
Returns the value of attribute invocation_rate_limit_per_second.
359 360 361 |
# File 'sig/types.rbs', line 359 def invocation_rate_limit_per_second @invocation_rate_limit_per_second end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
361 362 363 |
# File 'sig/types.rbs', line 361 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
353 354 355 |
# File 'sig/types.rbs', line 353 def name @name end |