Class: Aws::Types::S3Resource
- Inherits:
-
Object
- Object
- Aws::Types::S3Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
-
#key_range ⇒ Types::KeyRange
Returns the value of attribute key_range.
-
#target_on_device_services ⇒ ::Array[Types::TargetOnDeviceService]
Returns the value of attribute target_on_device_services.
Instance Attribute Details
#bucket_arn ⇒ ::String
Returns the value of attribute bucket_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def bucket_arn @bucket_arn end |
#key_range ⇒ Types::KeyRange
Returns the value of attribute key_range.
566 567 568 |
# File 'sig/types.rbs', line 566 def key_range @key_range end |
#target_on_device_services ⇒ ::Array[Types::TargetOnDeviceService]
Returns the value of attribute target_on_device_services.
567 568 569 |
# File 'sig/types.rbs', line 567 def target_on_device_services @target_on_device_services end |