Class: Aws::Types::CreateProposalInput

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def description
  @description
end

#member_id ⇒ ::String

Returns the value of attribute member_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


112
113
114
# File 'sig/types.rbs', line 112

def tags
  @tags
end