Class: Aws::Types::CreateNodeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def client_request_token
  @client_request_token
end

#member_id ⇒ ::String

Returns the value of attribute member_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def member_id
  @member_id
end

#network_id ⇒ ::String

Returns the value of attribute network_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def network_id
  @network_id
end

#node_configuration ⇒ Types::NodeConfiguration

Returns the value of attribute node_configuration.



96
97
98
# File 'sig/types.rbs', line 96

def node_configuration
  @node_configuration
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


97
98
99
# File 'sig/types.rbs', line 97

def tags
  @tags
end