Class: Aws::Types::StartNotebookImportInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5945
5946
5947
# File 'sig/types.rbs', line 5945

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5944
5945
5946
# File 'sig/types.rbs', line 5944

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5940
5941
5942
# File 'sig/types.rbs', line 5940

def domain_identifier
  @domain_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5943
5944
5945
# File 'sig/types.rbs', line 5943

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


5941
5942
5943
# File 'sig/types.rbs', line 5941

def owning_project_identifier
  @owning_project_identifier
end

#source_locationTypes::SourceLocation

Returns the value of attribute source_location.



5942
5943
5944
# File 'sig/types.rbs', line 5942

def source_location
  @source_location
end