Class: Aws::Types::Proposal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


543
544
545
# File 'sig/types.rbs', line 543

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def description
  @description
end

#expiration_date ⇒ ::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IN_PROGRESS", "APPROVED", "REJECTED", "EXPIRED", "ACTION_FAILED")


542
543
544
# File 'sig/types.rbs', line 542

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


548
549
550
# File 'sig/types.rbs', line 548

def tags
  @tags
end

#yes_vote_count ⇒ ::Integer

Returns the value of attribute yes_vote_count.

Returns:

  • (::Integer)


545
546
547
# File 'sig/types.rbs', line 545

def yes_vote_count
  @yes_vote_count
end