Class: Aws::Types::UpdateNotebookInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :name, :parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_order::Array[Types::CellInformation]

Returns the value of attribute cell_order.

Returns:



6704
6705
6706
# File 'sig/types.rbs', line 6704

def cell_order
  @cell_order
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6708
6709
6710
# File 'sig/types.rbs', line 6708

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6701
6702
6703
# File 'sig/types.rbs', line 6701

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


6699
6700
6701
# File 'sig/types.rbs', line 6699

def domain_identifier
  @domain_identifier
end

#environment_configurationTypes::EnvironmentConfig

Returns the value of attribute environment_configuration.



6707
6708
6709
# File 'sig/types.rbs', line 6707

def environment_configuration
  @environment_configuration
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6700
6701
6702
# File 'sig/types.rbs', line 6700

def identifier
  @identifier
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


6705
6706
6707
# File 'sig/types.rbs', line 6705

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6703
6704
6705
# File 'sig/types.rbs', line 6703

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


6706
6707
6708
# File 'sig/types.rbs', line 6706

def parameters
  @parameters
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "ARCHIVED", "SYNC_IN_PROGRESS", "SYNC_FAILED")


6702
6703
6704
# File 'sig/types.rbs', line 6702

def status
  @status
end