Class: Aws::Types::GetDetectorVersionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def description
  @description
end

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def detector_id
  @detector_id
end

#detector_version_id::String

Returns the value of attribute detector_version_id.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def detector_version_id
  @detector_version_id
end

#external_model_endpoints::Array[::String]

Returns the value of attribute external_model_endpoints.

Returns:

  • (::Array[::String])


655
656
657
# File 'sig/types.rbs', line 655

def external_model_endpoints
  @external_model_endpoints
end

#last_updated_time::String

Returns the value of attribute last_updated_time.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def last_updated_time
  @last_updated_time
end

#model_versions::Array[Types::ModelVersion]

Returns the value of attribute model_versions.

Returns:



656
657
658
# File 'sig/types.rbs', line 656

def model_versions
  @model_versions
end

#rule_execution_mode"ALL_MATCHED", "FIRST_MATCHED"

Returns the value of attribute rule_execution_mode.

Returns:

  • ("ALL_MATCHED", "FIRST_MATCHED")


661
662
663
# File 'sig/types.rbs', line 661

def rule_execution_mode
  @rule_execution_mode
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



657
658
659
# File 'sig/types.rbs', line 657

def rules
  @rules
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "ACTIVE", "INACTIVE")


658
659
660
# File 'sig/types.rbs', line 658

def status
  @status
end