Class: Aws::Types::CreateDetectorVersionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def detector_id
  @detector_id
end

#detector_version_id::String

Returns the value of attribute detector_version_id.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def detector_version_id
  @detector_version_id
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

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


198
199
200
# File 'sig/types.rbs', line 198

def status
  @status
end