Class: Aws::Types::S3ImportSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ImportSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_access_role_arn ⇒ ::String
Returns the value of attribute s3_bucket_access_role_arn.
-
#s3_bucket_region ⇒ ::String
Returns the value of attribute s3_bucket_region.
-
#s3_location_uri ⇒ ::String
Returns the value of attribute s3_location_uri.
Instance Attribute Details
#s3_bucket_access_role_arn ⇒ ::String
Returns the value of attribute s3_bucket_access_role_arn.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def s3_bucket_access_role_arn @s3_bucket_access_role_arn end |
#s3_bucket_region ⇒ ::String
Returns the value of attribute s3_bucket_region.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def s3_bucket_region @s3_bucket_region end |
#s3_location_uri ⇒ ::String
Returns the value of attribute s3_location_uri.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def s3_location_uri @s3_location_uri end |