Class: Aws::Types::CreateProposalInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProposalInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ Types::ProposalActions
Returns the value of attribute actions.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ Types::ProposalActions
Returns the value of attribute actions.
110 111 112 |
# File 'sig/types.rbs', line 110 def actions @actions end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
107 108 109 |
# File 'sig/types.rbs', line 107 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
111 112 113 |
# File 'sig/types.rbs', line 111 def description @description end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def network_id @network_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
112 113 114 |
# File 'sig/types.rbs', line 112 def @tags end |