Class: Aws::Types::GetClassificationScopeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetClassificationScopeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#s3 ⇒ Types::S3ClassificationScope
Returns the value of attribute s3.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
805 806 807 |
# File 'sig/types.rbs', line 805 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
806 807 808 |
# File 'sig/types.rbs', line 806 def name @name end |
#s3 ⇒ Types::S3ClassificationScope
Returns the value of attribute s3.
807 808 809 |
# File 'sig/types.rbs', line 807 def s3 @s3 end |