Class: Aws::Types::GetAutomatedDiscoveryConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_enable_organization_members"ALL", ...

Returns the value of attribute auto_enable_organization_members.

Returns:

  • ("ALL", "NEW", "NONE")


758
759
760
# File 'sig/types.rbs', line 758

def auto_enable_organization_members
  @auto_enable_organization_members
end

#classification_scope_id::String

Returns the value of attribute classification_scope_id.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def classification_scope_id
  @classification_scope_id
end

#disabled_at::Time

Returns the value of attribute disabled_at.

Returns:

  • (::Time)


760
761
762
# File 'sig/types.rbs', line 760

def disabled_at
  @disabled_at
end

#first_enabled_at::Time

Returns the value of attribute first_enabled_at.

Returns:

  • (::Time)


761
762
763
# File 'sig/types.rbs', line 761

def first_enabled_at
  @first_enabled_at
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


762
763
764
# File 'sig/types.rbs', line 762

def last_updated_at
  @last_updated_at
end

#sensitivity_inspection_template_id::String

Returns the value of attribute sensitivity_inspection_template_id.

Returns:

  • (::String)


763
764
765
# File 'sig/types.rbs', line 763

def sensitivity_inspection_template_id
  @sensitivity_inspection_template_id
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


764
765
766
# File 'sig/types.rbs', line 764

def status
  @status
end