Class: Aws::Types::HttpEndpointDestinationUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::HttpEndpointBufferingHints

Returns the value of attribute buffering_hints.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#endpoint_configurationTypes::HttpEndpointConfiguration

Returns the value of attribute endpoint_configuration.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def endpoint_configuration
  @endpoint_configuration
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def processing_configuration
  @processing_configuration
end

#request_configurationTypes::HttpEndpointRequestConfiguration

Returns the value of attribute request_configuration.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def request_configuration
  @request_configuration
end

#retry_optionsTypes::HttpEndpointRetryOptions

Returns the value of attribute retry_options.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



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.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def s3_backup_mode
  @s3_backup_mode
end

#s3_updateTypes::S3DestinationUpdate

Returns the value of attribute s3_update.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def s3_update
  @s3_update
end

#secrets_manager_configurationTypes::SecretsManagerConfiguration

Returns the value of attribute secrets_manager_configuration.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def secrets_manager_configuration
  @secrets_manager_configuration
end