Class: Aws::Types::SchemaStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_rule_type"AGGREGATION", ...

Returns the value of attribute analysis_rule_type.

Returns:

  • ("AGGREGATION", "LIST", "CUSTOM", "ID_MAPPING_TABLE")


3041
3042
3043
# File 'sig/types.rbs', line 3041

def analysis_rule_type
  @analysis_rule_type
end

#analysis_type"DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS"

Returns the value of attribute analysis_type.

Returns:

  • ("DIRECT_ANALYSIS", "ADDITIONAL_ANALYSIS")


3043
3044
3045
# File 'sig/types.rbs', line 3043

def analysis_type
  @analysis_type
end

#configurations::Array[("DIFFERENTIAL_PRIVACY")]

Returns the value of attribute configurations.

Returns:

  • (::Array[("DIFFERENTIAL_PRIVACY")])


3042
3043
3044
# File 'sig/types.rbs', line 3042

def configurations
  @configurations
end

#reasons::Array[Types::SchemaStatusReason]

Returns the value of attribute reasons.

Returns:



3040
3041
3042
# File 'sig/types.rbs', line 3040

def reasons
  @reasons
end

#status"READY", "NOT_READY"

Returns the value of attribute status.

Returns:

  • ("READY", "NOT_READY")


3039
3040
3041
# File 'sig/types.rbs', line 3039

def status
  @status
end