Class: Aws::Types::S3ManifestConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3ManifestConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_access_role_arn ⇒ ::String
Returns the value of attribute bucket_access_role_arn.
-
#manifest_object_path ⇒ ::String
Returns the value of attribute manifest_object_path.
-
#manifest_object_version_id ⇒ ::String
Returns the value of attribute manifest_object_version_id.
-
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
Instance Attribute Details
#bucket_access_role_arn ⇒ ::String
Returns the value of attribute bucket_access_role_arn.
822 823 824 |
# File 'sig/types.rbs', line 822 def bucket_access_role_arn @bucket_access_role_arn end |
#manifest_object_path ⇒ ::String
Returns the value of attribute manifest_object_path.
821 822 823 |
# File 'sig/types.rbs', line 821 def manifest_object_path @manifest_object_path end |
#manifest_object_version_id ⇒ ::String
Returns the value of attribute manifest_object_version_id.
824 825 826 |
# File 'sig/types.rbs', line 824 def manifest_object_version_id @manifest_object_version_id end |
#s3_bucket_arn ⇒ ::String
Returns the value of attribute s3_bucket_arn.
823 824 825 |
# File 'sig/types.rbs', line 823 def s3_bucket_arn @s3_bucket_arn end |