Class: Aws::Types::PublishDataTransformationProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_description::String

Returns the value of attribute change_description.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def change_description
  @change_description
end

#from_existing_version::Integer

Returns the value of attribute from_existing_version.

Returns:

  • (::Integer)


487
488
489
# File 'sig/types.rbs', line 487

def from_existing_version
  @from_existing_version
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def profile_id
  @profile_id
end

#source_format"CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


486
487
488
# File 'sig/types.rbs', line 486

def source_format
  @source_format
end