Class: Aws::Types::ProposalSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProposalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
-
#proposed_by_member_id ⇒ ::String
Returns the value of attribute proposed_by_member_id.
-
#proposed_by_member_name ⇒ ::String
Returns the value of attribute proposed_by_member_name.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
565 566 567 |
# File 'sig/types.rbs', line 565 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
561 562 563 |
# File 'sig/types.rbs', line 561 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
566 567 568 |
# File 'sig/types.rbs', line 566 def expiration_date @expiration_date end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def proposal_id @proposal_id end |
#proposed_by_member_id ⇒ ::String
Returns the value of attribute proposed_by_member_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def proposed_by_member_id @proposed_by_member_id end |
#proposed_by_member_name ⇒ ::String
Returns the value of attribute proposed_by_member_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def proposed_by_member_name @proposed_by_member_name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
564 565 566 |
# File 'sig/types.rbs', line 564 def status @status end |