Class: Aws::Types::HttpEndpointDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointDestinationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::HttpEndpointBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#endpoint_configuration ⇒ Types::HttpEndpointDescription
Returns the value of attribute endpoint_configuration.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
Returns the value of attribute request_configuration.
-
#retry_options ⇒ Types::HttpEndpointRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
Instance Attribute Details
#buffering_hints ⇒ Types::HttpEndpointBufferingHints
Returns the value of attribute buffering_hints.
546 547 548 |
# File 'sig/types.rbs', line 546 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
547 548 549 |
# File 'sig/types.rbs', line 547 def end |
#endpoint_configuration ⇒ Types::HttpEndpointDescription
Returns the value of attribute endpoint_configuration.
545 546 547 |
# File 'sig/types.rbs', line 545 def endpoint_configuration @endpoint_configuration end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
549 550 551 |
# File 'sig/types.rbs', line 549 def processing_configuration @processing_configuration end |
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
Returns the value of attribute request_configuration.
548 549 550 |
# File 'sig/types.rbs', line 548 def request_configuration @request_configuration end |
#retry_options ⇒ Types::HttpEndpointRetryOptions
Returns the value of attribute retry_options.
551 552 553 |
# File 'sig/types.rbs', line 551 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
550 551 552 |
# File 'sig/types.rbs', line 550 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
552 553 554 |
# File 'sig/types.rbs', line 552 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
553 554 555 |
# File 'sig/types.rbs', line 553 def s3_destination_description @s3_destination_description end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
554 555 556 |
# File 'sig/types.rbs', line 554 def secrets_manager_configuration @secrets_manager_configuration end |