Class: Aws::Types::ImportNotebookInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def name
  @name
end

#notebook_s3_location_uri::String

Returns the value of attribute notebook_s3_location_uri.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def notebook_s3_location_uri
  @notebook_s3_location_uri
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def payload
  @payload
end

#type"IPYNB"

Returns the value of attribute type.

Returns:

  • ("IPYNB")


625
626
627
# File 'sig/types.rbs', line 625

def type
  @type
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def work_group
  @work_group
end