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.
9559 9560 9561 |
# File 'sig/types.rbs', line 9559 def manifest_file_location @manifest_file_location end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9560 9561 9562 |
# File 'sig/types.rbs', line 9560 def role_arn @role_arn end |