Class: Aws::Types::TestSetStorageLocation
- Inherits:
-
Object
- Object
- Aws::Types::TestSetStorageLocation
- 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.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def kms_key_arn @kms_key_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def s3_bucket_name @s3_bucket_name end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def s3_path @s3_path end |