Class: Aws::Types::CreateUploadJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:fields])

Instance Attribute Summary collapse

Instance Attribute Details

#data_expiry::Integer

Returns the value of attribute data_expiry.

Returns:

  • (::Integer)


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

def data_expiry
  @data_expiry
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def display_name
  @display_name
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def domain_name
  @domain_name
end

#fields::Hash[::String, Types::ObjectTypeField]

Returns the value of attribute fields.

Returns:



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

def fields
  @fields
end

#unique_key::String

Returns the value of attribute unique_key.

Returns:

  • (::String)


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

def unique_key
  @unique_key
end