Class: Aws::Types::CustomerAgreement
- Inherits:
-
Object
- Object
- Aws::Types::CustomerAgreement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_name ⇒ ::String
Returns the value of attribute agreement_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#agreement_name ⇒ ::String
Returns the value of attribute agreement_name.
333 334 335 |
# File 'sig/types.rbs', line 333 def agreement_name @agreement_name end |
#status ⇒ ::String
Returns the value of attribute status.
334 335 336 |
# File 'sig/types.rbs', line 334 def status @status end |