Class: Aws::Types::SCApplicationAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SCApplicationAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_path ⇒ ::String
Returns the value of attribute s3_bucket_path.
-
#s3_bucket_role_arn ⇒ ::String
Returns the value of attribute s3_bucket_role_arn.
Instance Attribute Details
#s3_bucket_path ⇒ ::String
Returns the value of attribute s3_bucket_path.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def s3_bucket_path @s3_bucket_path end |
#s3_bucket_role_arn ⇒ ::String
Returns the value of attribute s3_bucket_role_arn.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def s3_bucket_role_arn @s3_bucket_role_arn end |