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 ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#documents ⇒ ::Array[Types::DocumentItem]
Returns the value of attribute documents.
395 396 397 |
# File 'sig/types.rbs', line 395 def documents @documents end |
#id ⇒ ::String
Returns the value of attribute id.
393 394 395 |
# File 'sig/types.rbs', line 393 def id @id end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
394 395 396 |
# File 'sig/types.rbs', line 394 def type @type end |