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
448 |
# File 'sig/client.rbs', line 448
def destination_id: () -> ::String
|
#destination_properties ⇒ Types::DestinationProperties
452 |
# File 'sig/client.rbs', line 452
def destination_properties: () -> Types::DestinationProperties
|
#destination_type ⇒ "S3"
449 |
# File 'sig/client.rbs', line 449
def destination_type: () -> ("S3")
|
#publishing_failure_start_timestamp ⇒ ::Integer
451 |
# File 'sig/client.rbs', line 451
def publishing_failure_start_timestamp: () -> ::Integer
|
#status ⇒ "PENDING_VERIFICATION", ...
450 |
# File 'sig/client.rbs', line 450
def status: () -> ("PENDING_VERIFICATION" | "PUBLISHING" | "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY" | "STOPPED")
|
#tags ⇒ ::Hash[::String, ::String]
453 |
# File 'sig/client.rbs', line 453
def tags: () -> ::Hash[::String, ::String]
|