Class: Aws::Types::CreateNodeRegistrationScriptRequest

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)


4926
4927
4928
# File 'sig/types.rbs', line 4926

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4927
4928
4929
# File 'sig/types.rbs', line 4927

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4928
4929
4930
# File 'sig/types.rbs', line 4928

def name
  @name
end

#node_interface_mappings::Array[Types::NodeInterfaceMapping]

Returns the value of attribute node_interface_mappings.

Returns:



4929
4930
4931
# File 'sig/types.rbs', line 4929

def node_interface_mappings
  @node_interface_mappings
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4930
4931
4932
# File 'sig/types.rbs', line 4930

def request_id
  @request_id
end

#role"BACKUP", "ACTIVE"

Returns the value of attribute role.

Returns:

  • ("BACKUP", "ACTIVE")


4931
4932
4933
# File 'sig/types.rbs', line 4931

def role
  @role
end