Class: Aws::Types::CoveredResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def 
  @account_id
end

#last_scanned_at::Time

Returns the value of attribute last_scanned_at.

Returns:

  • (::Time)


992
993
994
# File 'sig/types.rbs', line 992

def last_scanned_at
  @last_scanned_at
end

#provider"AWS", "AZURE"

Returns the value of attribute provider.

Returns:

  • ("AWS", "AZURE")


994
995
996
# File 'sig/types.rbs', line 994

def provider
  @provider
end

#provider_account_id::String

Returns the value of attribute provider_account_id.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def 
  @provider_account_id
end

#provider_org_id::String

Returns the value of attribute provider_org_id.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def provider_org_id
  @provider_org_id
end

#provider_partition::String

Returns the value of attribute provider_partition.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def provider_partition
  @provider_partition
end

#provider_region::String

Returns the value of attribute provider_region.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def provider_region
  @provider_region
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def resource_id
  @resource_id
end

#resource_metadataTypes::ResourceScanMetadata

Returns the value of attribute resource_metadata.



991
992
993
# File 'sig/types.rbs', line 991

def 
  @resource_metadata
end

#resource_type"AWS_EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:

  • ("AWS_EC2_INSTANCE", "AWS_ECR_CONTAINER_IMAGE", "AWS_ECR_REPOSITORY", "AWS_LAMBDA_FUNCTION", "CODE_REPOSITORY", "Microsoft.Compute/virtualMachines", "Microsoft.ContainerRegistry/registry/containerImage", "Microsoft.ContainerRegistry/registry/containerRepository", "Microsoft.Web/sites", "Microsoft.ContainerRegistry/registries")


986
987
988
# File 'sig/types.rbs', line 986

def resource_type
  @resource_type
end

#scan_mode"EC2_SSM_AGENT_BASED", ...

Returns the value of attribute scan_mode.

Returns:

  • ("EC2_SSM_AGENT_BASED", "EC2_AGENTLESS", "EC2_INSPECTOR_AGENT_BASED", "VM_INSPECTOR_AGENT_BASED")


993
994
995
# File 'sig/types.rbs', line 993

def scan_mode
  @scan_mode
end

#scan_statusTypes::ScanStatus

Returns the value of attribute scan_status.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def scan_status
  @scan_status
end

#scan_type"NETWORK", ...

Returns the value of attribute scan_type.

Returns:

  • ("NETWORK", "PACKAGE", "CODE")


989
990
991
# File 'sig/types.rbs', line 989

def scan_type
  @scan_type
end