Class: Aws::Types::CreateFolderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def authentication_token
  @authentication_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def name
  @name
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def parent_folder_id
  @parent_folder_id
end