Class: Aws::Types::CreateNotebookInput

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)


213
214
215
# File 'sig/types.rbs', line 213

def client_request_token
  @client_request_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def name
  @name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def work_group
  @work_group
end