Class: Aws::Types::NotebookS3LocationFromInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def key
  @key
end