Class: Aws::Types::S3MachineLearningModelResourceData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_path::String

Returns the value of attribute destination_path.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def destination_path
  @destination_path
end

#owner_settingTypes::ResourceDownloadOwnerSetting

Returns the value of attribute owner_setting.



1371
1372
1373
# File 'sig/types.rbs', line 1371

def owner_setting
  @owner_setting
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def s3_uri
  @s3_uri
end