Class: Aws::Types::UpsolverDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::UpsolverDestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#s3_output_format_config ⇒ Types::UpsolverS3OutputFormatConfig
Returns the value of attribute s3_output_format_config.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def bucket_prefix @bucket_prefix end |
#s3_output_format_config ⇒ Types::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 |