Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
-
#status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute status.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
854 855 856 |
# File 'sig/types.rbs', line 854 def destination_id @destination_id end |
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
855 856 857 |
# File 'sig/types.rbs', line 855 def destination_type @destination_type end |
#status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute status.
856 857 858 |
# File 'sig/types.rbs', line 856 def status @status end |