Class: Aws::Types::InputDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def data_access_role_arn
  @data_access_role_arn
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def s3_uri
  @s3_uri
end

#tuning_data_s3_uri::String

Returns the value of attribute tuning_data_s3_uri.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def tuning_data_s3_uri
  @tuning_data_s3_uri
end