Class: Aws::Types::HttpEndpointDestinationDescription

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.



546
547
548
# File 'sig/types.rbs', line 546

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



547
548
549
# File 'sig/types.rbs', line 547

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#endpoint_configurationTypes::HttpEndpointDescription

Returns the value of attribute endpoint_configuration.



545
546
547
# File 'sig/types.rbs', line 545

def endpoint_configuration
  @endpoint_configuration
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



549
550
551
# File 'sig/types.rbs', line 549

def processing_configuration
  @processing_configuration
end

#request_configurationTypes::HttpEndpointRequestConfiguration

Returns the value of attribute request_configuration.



548
549
550
# File 'sig/types.rbs', line 548

def request_configuration
  @request_configuration
end

#retry_optionsTypes::HttpEndpointRetryOptions

Returns the value of attribute retry_options.



551
552
553
# File 'sig/types.rbs', line 551

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("FailedDataOnly", "AllData")


552
553
554
# File 'sig/types.rbs', line 552

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::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_configurationTypes::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