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)


512
513
514
# File 'sig/types.rbs', line 512

def change_description
  @change_description
end

#from_existing_version ⇒ ::Integer

Returns the value of attribute from_existing_version.

Returns:

  • (::Integer)


511
512
513
# File 'sig/types.rbs', line 511

def from_existing_version
  @from_existing_version
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def profile_id
  @profile_id
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


510
511
512
# File 'sig/types.rbs', line 510

def source_format
  @source_format
end