Class: Aws::Types::ModelInvocationJobS3InputDataConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_owner::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_input_format"JSONL"

Returns the value of attribute s3_input_format.

Returns:

  • ("JSONL")


3048
3049
3050
# File 'sig/types.rbs', line 3048

def s3_input_format
  @s3_input_format
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def s3_uri
  @s3_uri
end