Module: Aws::MarketplaceAgreement::Client::_DescribeAgreementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAgreementOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #acceptance_time ⇒ ::Time
- #acceptor ⇒ Types::Acceptor
- #agreement_id ⇒ ::String
- #agreement_type ⇒ ::String
- #end_time ⇒ ::Time
- #estimated_charges ⇒ Types::EstimatedCharges
- #proposal_summary ⇒ Types::ProposalSummary
- #proposer ⇒ Types::Proposer
- #start_time ⇒ ::Time
- #status ⇒ "ACTIVE", ...
Instance Method Details
#acceptance_time ⇒ ::Time
252 |
# File 'sig/client.rbs', line 252
def acceptance_time: () -> ::Time
|
#acceptor ⇒ Types::Acceptor
248 |
# File 'sig/client.rbs', line 248
def acceptor: () -> Types::Acceptor
|
#agreement_id ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def agreement_id: () -> ::String
|
#agreement_type ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def agreement_type: () -> ::String
|
#end_time ⇒ ::Time
251 |
# File 'sig/client.rbs', line 251
def end_time: () -> ::Time
|
#estimated_charges ⇒ Types::EstimatedCharges
254 |
# File 'sig/client.rbs', line 254
def estimated_charges: () -> Types::EstimatedCharges
|
#proposal_summary ⇒ Types::ProposalSummary
255 |
# File 'sig/client.rbs', line 255
def proposal_summary: () -> Types::ProposalSummary
|
#proposer ⇒ Types::Proposer
249 |
# File 'sig/client.rbs', line 249
def proposer: () -> Types::Proposer
|
#start_time ⇒ ::Time
250 |
# File 'sig/client.rbs', line 250
def start_time: () -> ::Time
|
#status ⇒ "ACTIVE", ...
256 |
# File 'sig/client.rbs', line 256
def status: () -> ("ACTIVE" | "ARCHIVED" | "CANCELLED" | "EXPIRED" | "RENEWED" | "REPLACED" | "ROLLED_BACK" | "SUPERSEDED" | "TERMINATED")
|