Class: Aws::Types::LegalTerm
- Inherits:
-
Object
- Object
- Aws::Types::LegalTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documents ⇒ ::Array[Types::DocumentItem]
Returns the value of attribute documents.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#documents ⇒ ::Array[Types::DocumentItem]
Returns the value of attribute documents.
546 547 548 |
# File 'sig/types.rbs', line 546 def documents @documents end |
#id ⇒ ::String
Returns the value of attribute id.
545 546 547 |
# File 'sig/types.rbs', line 545 def id @id end |
#type ⇒ ::String
Returns the value of attribute type.
544 545 546 |
# File 'sig/types.rbs', line 544 def type @type end |