Class: Aws::Types::DescribePublishingDestinationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePublishingDestinationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
-
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
-
#publishing_failure_start_timestamp ⇒ ::Integer
Returns the value of attribute publishing_failure_start_timestamp.
-
#status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
844 845 846 |
# File 'sig/types.rbs', line 844 def destination_id @destination_id end |
#destination_properties ⇒ Types::DestinationProperties
Returns the value of attribute destination_properties.
848 849 850 |
# File 'sig/types.rbs', line 848 def destination_properties @destination_properties end |
#destination_type ⇒ "S3"
Returns the value of attribute destination_type.
845 846 847 |
# File 'sig/types.rbs', line 845 def destination_type @destination_type end |
#publishing_failure_start_timestamp ⇒ ::Integer
Returns the value of attribute publishing_failure_start_timestamp.
847 848 849 |
# File 'sig/types.rbs', line 847 def @publishing_failure_start_timestamp end |
#status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute status.
846 847 848 |
# File 'sig/types.rbs', line 846 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
849 850 851 |
# File 'sig/types.rbs', line 849 def @tags end |