Class: Aws::Types::CreateApiDestinationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiDestinationResponse
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#api_destination_arn ⇒ ::String
Returns the value of attribute api_destination_arn.
177 178 179 |
# File 'sig/types.rbs', line 177 def api_destination_arn @api_destination_arn end |
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute api_destination_state.
178 179 180 |
# File 'sig/types.rbs', line 178 def api_destination_state @api_destination_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
179 180 181 |
# File 'sig/types.rbs', line 179 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
180 181 182 |
# File 'sig/types.rbs', line 180 def last_modified_time @last_modified_time end |