Class: Aws::Types::DescribeFeatureMetadataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4341
4342
4343
# File 'sig/types.rbs', line 4341

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4343
4344
4345
# File 'sig/types.rbs', line 4343

def description
  @description
end

#feature_group_arn::String

Returns the value of attribute feature_group_arn.

Returns:

  • (::String)


4337
4338
4339
# File 'sig/types.rbs', line 4337

def feature_group_arn
  @feature_group_arn
end

#feature_group_name::String

Returns the value of attribute feature_group_name.

Returns:

  • (::String)


4338
4339
4340
# File 'sig/types.rbs', line 4338

def feature_group_name
  @feature_group_name
end

#feature_name::String

Returns the value of attribute feature_name.

Returns:

  • (::String)


4339
4340
4341
# File 'sig/types.rbs', line 4339

def feature_name
  @feature_name
end

#feature_type"Integral", ...

Returns the value of attribute feature_type.

Returns:

  • ("Integral", "Fractional", "String")


4340
4341
4342
# File 'sig/types.rbs', line 4340

def feature_type
  @feature_type
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4342
4343
4344
# File 'sig/types.rbs', line 4342

def last_modified_time
  @last_modified_time
end

#parameters::Array[Types::FeatureParameter]

Returns the value of attribute parameters.

Returns:



4344
4345
4346
# File 'sig/types.rbs', line 4344

def parameters
  @parameters
end