Class: Aws::Types::OutputNotebookS3LocationFromInput

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)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def bucket
  @bucket
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def key
  @key
end