Class: Aws::Types::GetProposalInput
- Inherits:
-
Object
- Object
- Aws::Types::GetProposalInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
Instance Attribute Details
#network_id ⇒ ::String
Returns the value of attribute network_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def network_id @network_id end |
#proposal_id ⇒ ::String
Returns the value of attribute proposal_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def proposal_id @proposal_id end |