Class: Aws::Types::UpdateClassificationScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClassificationScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#s3 ⇒ Types::S3ClassificationScopeUpdate
Returns the value of attribute s3.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def id @id end |
#s3 ⇒ Types::S3ClassificationScopeUpdate
Returns the value of attribute s3.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def s3 @s3 end |