Class: Aws::Types::ProposalSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


565
566
567
# File 'sig/types.rbs', line 565

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def description
  @description
end

#expiration_date ⇒ ::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


564
565
566
# File 'sig/types.rbs', line 564

def status
  @status
end