Class: Aws::Types::Proposal
- Inherits:
-
Object
- Object
- Aws::Types::Proposal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::ProposalActions
Returns the value of attribute actions.
-
#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.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#no_vote_count ⇒ ::Integer
Returns the value of attribute no_vote_count.
-
#outstanding_vote_count ⇒ ::Integer
Returns the value of attribute outstanding_vote_count.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#yes_vote_count ⇒ ::Integer
Returns the value of attribute yes_vote_count.
Instance Attribute Details
#actions ⇒ Types::ProposalActions
Returns the value of attribute actions.
539 540 541 |
# File 'sig/types.rbs', line 539 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
549 550 551 |
# File 'sig/types.rbs', line 549 def arn @arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
543 544 545 |
# File 'sig/types.rbs', line 543 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
538 539 540 |
# File 'sig/types.rbs', line 538 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
544 545 546 |
# File 'sig/types.rbs', line 544 def expiration_date @expiration_date end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def network_id @network_id end |
#no_vote_count ⇒ ::Integer
Returns the value of attribute no_vote_count.
546 547 548 |
# File 'sig/types.rbs', line 546 def no_vote_count @no_vote_count end |
#outstanding_vote_count ⇒ ::Integer
Returns the value of attribute outstanding_vote_count.
547 548 549 |
# File 'sig/types.rbs', line 547 def outstanding_vote_count @outstanding_vote_count end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def proposal_id @proposal_id end |
#proposed_by_member_id ⇒ ::String
Returns the value of attribute proposed_by_member_id.
540 541 542 |
# File 'sig/types.rbs', line 540 def proposed_by_member_id @proposed_by_member_id end |
#proposed_by_member_name ⇒ ::String
Returns the value of attribute proposed_by_member_name.
541 542 543 |
# File 'sig/types.rbs', line 541 def proposed_by_member_name @proposed_by_member_name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
542 543 544 |
# File 'sig/types.rbs', line 542 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
548 549 550 |
# File 'sig/types.rbs', line 548 def end |
#yes_vote_count ⇒ ::Integer
Returns the value of attribute yes_vote_count.
545 546 547 |
# File 'sig/types.rbs', line 545 def yes_vote_count @yes_vote_count end |