Class: Aws::Types::AgreementViewSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgreementViewSummary
- 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.
-
#entitlements ⇒ ::Array[Types::Entitlement]
Returns the value of attribute entitlements.
-
#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.
153 154 155 |
# File 'sig/types.rbs', line 153 def acceptance_time @acceptance_time end |
#acceptor ⇒ Types::Acceptor
Returns the value of attribute acceptor.
157 158 159 |
# File 'sig/types.rbs', line 157 def acceptor @acceptor end |
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
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.
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.
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.
161 162 163 |
# File 'sig/types.rbs', line 161 def entitlements @entitlements end |
#proposal_summary ⇒ Types::ProposalSummary
Returns the value of attribute proposal_summary.
159 160 161 |
# File 'sig/types.rbs', line 159 def proposal_summary @proposal_summary end |
#proposer ⇒ Types::Proposer
Returns the value of attribute proposer.
158 159 160 |
# File 'sig/types.rbs', line 158 def proposer @proposer end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
154 155 156 |
# File 'sig/types.rbs', line 154 def start_time @start_time end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
160 161 162 |
# File 'sig/types.rbs', line 160 def status @status end |