Class: Aws::Types::ResourcesAffected
- Inherits:
-
Object
- Object
- Aws::Types::ResourcesAffected
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ Types::S3Bucket
Returns the value of attribute s3_bucket.
-
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
Instance Attribute Details
#s3_bucket ⇒ Types::S3Bucket
Returns the value of attribute s3_bucket.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def s3_bucket @s3_bucket end |
#s3_object ⇒ Types::S3Object
Returns the value of attribute s3_object.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def s3_object @s3_object end |