Class: Aws::Types::S3Config
- Inherits:
-
Object
- Object
- Aws::Types::S3Config
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def kms_key_arn @kms_key_arn end |
#path ⇒ ::String
Returns the value of attribute path.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def path @path end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def role_arn @role_arn end |