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)


4946
4947
4948
# File 'sig/types.rbs', line 4946

def cluster_id
  @cluster_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4947
4948
4949
# File 'sig/types.rbs', line 4947

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMappingCreateRequest]

Returns the value of attribute node_interface_mappings.



4948
4949
4950
# File 'sig/types.rbs', line 4948

def node_interface_mappings
  @node_interface_mappings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4949
4950
4951
# File 'sig/types.rbs', line 4949

def request_id
  @request_id
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


4950
4951
4952
# File 'sig/types.rbs', line 4950

def role
  @role
end

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

Returns the value of attribute tags.

Returns:

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


4951
4952
4953
# File 'sig/types.rbs', line 4951

def tags
  @tags
end