Class: Aws::Types::AgreementViewSummary

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)


153
154
155
# File 'sig/types.rbs', line 153

def acceptance_time
  @acceptance_time
end

#acceptorTypes::Acceptor

Returns the value of attribute acceptor.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def acceptor
  @acceptor
end

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def agreement_id
  @agreement_id
end

#agreement_type::String

Returns the value of attribute agreement_type.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def agreement_type
  @agreement_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


155
156
157
# File 'sig/types.rbs', line 155

def end_time
  @end_time
end

#entitlements::Array[Types::Entitlement]

Returns the value of attribute entitlements.

Returns:



161
162
163
# File 'sig/types.rbs', line 161

def entitlements
  @entitlements
end

#proposal_summaryTypes::ProposalSummary

Returns the value of attribute proposal_summary.



159
160
161
# File 'sig/types.rbs', line 159

def proposal_summary
  @proposal_summary
end

#proposerTypes::Proposer

Returns the value of attribute proposer.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def proposer
  @proposer
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


154
155
156
# File 'sig/types.rbs', line 154

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")


160
161
162
# File 'sig/types.rbs', line 160

def status
  @status
end