Class: Aws::Types::AssetBundleImportJobFolderOverrideParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#folder_id::String

Returns the value of attribute folder_id.

Returns:

  • (::String)


584
585
586
# File 'sig/types.rbs', line 584

def folder_id
  @folder_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


585
586
587
# File 'sig/types.rbs', line 585

def name
  @name
end

#parent_folder_arn::String

Returns the value of attribute parent_folder_arn.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def parent_folder_arn
  @parent_folder_arn
end