Class: Aws::Types::FeatureTransformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


862
863
864
# File 'sig/types.rbs', line 862

def creation_date_time
  @creation_date_time
end

#default_parameters ⇒ ::Hash[::String, ::String]

Returns the value of attribute default_parameters.

Returns:

  • (::Hash[::String, ::String])


861
862
863
# File 'sig/types.rbs', line 861

def default_parameters
  @default_parameters
end

#feature_transformation_arn ⇒ ::String

Returns the value of attribute feature_transformation_arn.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def feature_transformation_arn
  @feature_transformation_arn
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


863
864
865
# File 'sig/types.rbs', line 863

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def status
  @status
end