Class: Aws::Types::UpdateEc2DeepInspectionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def error_message
  @error_message
end

#org_package_paths::Array[::String]

Returns the value of attribute org_package_paths.

Returns:

  • (::Array[::String])


2884
2885
2886
# File 'sig/types.rbs', line 2884

def org_package_paths
  @org_package_paths
end

#package_paths::Array[::String]

Returns the value of attribute package_paths.

Returns:

  • (::Array[::String])


2883
2884
2885
# File 'sig/types.rbs', line 2883

def package_paths
  @package_paths
end

#status"ACTIVATED", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATED", "DEACTIVATED", "PENDING", "FAILED")


2885
2886
2887
# File 'sig/types.rbs', line 2885

def status
  @status
end