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")


3014
3015
3016
# File 'sig/types.rbs', line 3014

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")


3016
3017
3018
# File 'sig/types.rbs', line 3016

def analysis_type
  @analysis_type
end

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

Returns the value of attribute configurations.

Returns:

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


3015
3016
3017
# File 'sig/types.rbs', line 3015

def configurations
  @configurations
end

#reasons::Array[Types::SchemaStatusReason]

Returns the value of attribute reasons.

Returns:



3013
3014
3015
# File 'sig/types.rbs', line 3013

def reasons
  @reasons
end

#status"READY", "NOT_READY"

Returns the value of attribute status.

Returns:

  • ("READY", "NOT_READY")


3012
3013
3014
# File 'sig/types.rbs', line 3012

def status
  @status
end