Class: Aws::Types::UpsolverDestinationProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def bucket_name
  @bucket_name
end

#bucket_prefix::String

Returns the value of attribute bucket_prefix.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def bucket_prefix
  @bucket_prefix
end

#s3_output_format_configTypes::UpsolverS3OutputFormatConfig

Returns the value of attribute s3_output_format_config.



1420
1421
1422
# File 'sig/types.rbs', line 1420

def s3_output_format_config
  @s3_output_format_config
end