Class: Aws::Types::StopNotebookRunInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6032
6033
6034
# File 'sig/types.rbs', line 6032

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6030
6031
6032
# File 'sig/types.rbs', line 6030

def domain_identifier
  @domain_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6031
6032
6033
# File 'sig/types.rbs', line 6031

def identifier
  @identifier
end