Class: Aws::Types::DescribeAgreementOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_time::Time

Returns the value of attribute acceptance_time.

Returns:

  • (::Time)


352
353
354
# File 'sig/types.rbs', line 352

def acceptance_time
  @acceptance_time
end

#acceptorTypes::Acceptor

Returns the value of attribute acceptor.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def acceptor
  @acceptor
end

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


351
352
353
# File 'sig/types.rbs', line 351

def end_time
  @end_time
end

#estimated_chargesTypes::EstimatedCharges

Returns the value of attribute estimated_charges.



354
355
356
# File 'sig/types.rbs', line 354

def estimated_charges
  @estimated_charges
end

#proposal_summaryTypes::ProposalSummary

Returns the value of attribute proposal_summary.



355
356
357
# File 'sig/types.rbs', line 355

def proposal_summary
  @proposal_summary
end

#proposerTypes::Proposer

Returns the value of attribute proposer.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def proposer
  @proposer
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


350
351
352
# File 'sig/types.rbs', line 350

def start_time
  @start_time
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ARCHIVED", "CANCELLED", "EXPIRED", "RENEWED", "REPLACED", "ROLLED_BACK", "SUPERSEDED", "TERMINATED")


356
357
358
# File 'sig/types.rbs', line 356

def status
  @status
end