Module: Aws::GuardDuty::Client::_DescribePublishingDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePublishingDestinationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination_id ⇒ ::String
- #destination_properties ⇒ Types::DestinationProperties
- #destination_type ⇒ "S3"
- #publishing_failure_start_timestamp ⇒ ::Integer
- #status ⇒ "PENDING_VERIFICATION", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#destination_id ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def destination_id: () -> ::String
|
#destination_properties ⇒ Types::DestinationProperties
498 |
# File 'sig/client.rbs', line 498
def destination_properties: () -> Types::DestinationProperties
|
#destination_type ⇒ "S3"
495 |
# File 'sig/client.rbs', line 495
def destination_type: () -> ("S3")
|
#publishing_failure_start_timestamp ⇒ ::Integer
497 |
# File 'sig/client.rbs', line 497
def publishing_failure_start_timestamp: () -> ::Integer
|
#status ⇒ "PENDING_VERIFICATION", ...
496 |
# File 'sig/client.rbs', line 496
def status: () -> ("PENDING_VERIFICATION" | "PUBLISHING" | "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY" | "STOPPED")
|
#tags ⇒ ::Hash[::String, ::String]
499 |
# File 'sig/client.rbs', line 499
def tags: () -> ::Hash[::String, ::String]
|