Class: Aws::Types::UpdateApiDestinationResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiDestinationResponse
- 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.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def api_destination_arn @api_destination_arn end |
#api_destination_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute api_destination_state.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def api_destination_state @api_destination_state end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def last_modified_time @last_modified_time end |