Class: Aws::Types::HttpEndpointDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::HttpEndpointDestinationUpdate
- 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::HttpEndpointConfiguration
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_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
-
#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.
560 561 562 |
# File 'sig/types.rbs', line 560 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
561 562 563 |
# File 'sig/types.rbs', line 561 def end |
#endpoint_configuration ⇒ Types::HttpEndpointConfiguration
Returns the value of attribute endpoint_configuration.
559 560 561 |
# File 'sig/types.rbs', line 559 def endpoint_configuration @endpoint_configuration end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
563 564 565 |
# File 'sig/types.rbs', line 563 def processing_configuration @processing_configuration end |
#request_configuration ⇒ Types::HttpEndpointRequestConfiguration
Returns the value of attribute request_configuration.
562 563 564 |
# File 'sig/types.rbs', line 562 def request_configuration @request_configuration end |
#retry_options ⇒ Types::HttpEndpointRetryOptions
Returns the value of attribute retry_options.
565 566 567 |
# File 'sig/types.rbs', line 565 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
564 565 566 |
# File 'sig/types.rbs', line 564 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
566 567 568 |
# File 'sig/types.rbs', line 566 def s3_backup_mode @s3_backup_mode end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
567 568 569 |
# File 'sig/types.rbs', line 567 def s3_update @s3_update end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
568 569 570 |
# File 'sig/types.rbs', line 568 def secrets_manager_configuration @secrets_manager_configuration end |