Class: Aws::Types::DescribeAgreementRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgreementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def agreement_id @agreement_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def server_id @server_id end |