Class: Aws::Types::DescribeAgreementOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgreementOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acceptance_time ⇒ ::Time
Returns the value of attribute acceptance_time.
-
#acceptor ⇒ Types::Acceptor
Returns the value of attribute acceptor.
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#estimated_charges ⇒ Types::EstimatedCharges
Returns the value of attribute estimated_charges.
-
#proposal_summary ⇒ Types::ProposalSummary
Returns the value of attribute proposal_summary.
-
#proposer ⇒ Types::Proposer
Returns the value of attribute proposer.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#acceptance_time ⇒ ::Time
Returns the value of attribute acceptance_time.
352 353 354 |
# File 'sig/types.rbs', line 352 def acceptance_time @acceptance_time end |
#acceptor ⇒ Types::Acceptor
Returns the value of attribute acceptor.
348 349 350 |
# File 'sig/types.rbs', line 348 def acceptor @acceptor end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def agreement_id @agreement_id end |
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
353 354 355 |
# File 'sig/types.rbs', line 353 def agreement_type @agreement_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
351 352 353 |
# File 'sig/types.rbs', line 351 def end_time @end_time end |
#estimated_charges ⇒ Types::EstimatedCharges
Returns the value of attribute estimated_charges.
354 355 356 |
# File 'sig/types.rbs', line 354 def estimated_charges @estimated_charges end |
#proposal_summary ⇒ Types::ProposalSummary
Returns the value of attribute proposal_summary.
355 356 357 |
# File 'sig/types.rbs', line 355 def proposal_summary @proposal_summary end |
#proposer ⇒ Types::Proposer
Returns the value of attribute proposer.
349 350 351 |
# File 'sig/types.rbs', line 349 def proposer @proposer end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
350 351 352 |
# File 'sig/types.rbs', line 350 def start_time @start_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
356 357 358 |
# File 'sig/types.rbs', line 356 def status @status end |