Class: Aws::Types::S3Parameters
- Inherits:
-
Object
- Object
- Aws::Types::S3Parameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_file_location ⇒ Types::ManifestFileLocation
Returns the value of attribute manifest_file_location.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#manifest_file_location ⇒ Types::ManifestFileLocation
Returns the value of attribute manifest_file_location.
9927 9928 9929 |
# File 'sig/types.rbs', line 9927 def manifest_file_location @manifest_file_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9928 9929 9930 |
# File 'sig/types.rbs', line 9928 def role_arn @role_arn end |