Class: Aws::Types::ProposalSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProposalSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
-
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
Instance Attribute Details
#offer_id ⇒ ::String
Returns the value of attribute offer_id.
673 674 675 |
# File 'sig/types.rbs', line 673 def offer_id @offer_id end |
#offer_set_id ⇒ ::String
Returns the value of attribute offer_set_id.
674 675 676 |
# File 'sig/types.rbs', line 674 def offer_set_id @offer_set_id end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
672 673 674 |
# File 'sig/types.rbs', line 672 def resources @resources end |