Class: Aws::Types::GetEc2DeepInspectionConfigurationResponse

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)


1742
1743
1744
# File 'sig/types.rbs', line 1742

def error_message
  @error_message
end

#org_package_paths::Array[::String]

Returns the value of attribute org_package_paths.

Returns:

  • (::Array[::String])


1740
1741
1742
# File 'sig/types.rbs', line 1740

def org_package_paths
  @org_package_paths
end

#package_paths::Array[::String]

Returns the value of attribute package_paths.

Returns:

  • (::Array[::String])


1739
1740
1741
# File 'sig/types.rbs', line 1739

def package_paths
  @package_paths
end

#status"ACTIVATED", ...

Returns the value of attribute status.

Returns:

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


1741
1742
1743
# File 'sig/types.rbs', line 1741

def status
  @status
end