Class: Aws::Types::CreateNodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


4956
4957
4958
# File 'sig/types.rbs', line 4956

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4957
4958
4959
# File 'sig/types.rbs', line 4957

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMappingCreateRequest]

Returns the value of attribute node_interface_mappings.



4958
4959
4960
# File 'sig/types.rbs', line 4958

def node_interface_mappings
  @node_interface_mappings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4959
4960
4961
# File 'sig/types.rbs', line 4959

def request_id
  @request_id
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


4960
4961
4962
# File 'sig/types.rbs', line 4960

def role
  @role
end

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

Returns the value of attribute tags.

Returns:

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


4961
4962
4963
# File 'sig/types.rbs', line 4961

def tags
  @tags
end